mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2024-11-08 06:28:23 +01:00
use sysvinit
This commit is contained in:
parent
79fa7b8135
commit
5d0af8c898
@ -32,6 +32,6 @@ cat << 'EOF' >> "${IMAGE_ROOTFS}/etc/hostname"
|
||||
diyaid
|
||||
EOF
|
||||
# enable autologin
|
||||
sed -i 's/getty/getty --autologin root/g' \
|
||||
sed -i 's~1:12345:respawn:/sbin/getty root 38400 tty1~1:12345:respawn:/sbin/getty -a root -L tty1 38400 vt100~' \
|
||||
"${IMAGE_ROOTFS}/etc/inittab"
|
||||
}
|
Loading…
Reference in New Issue
Block a user