mirror of
https://github.com/lxsang/meta-rpi-diya.git
synced 2025-08-02 22:20:41 +02:00
Compare commits
1 Commits
5d0af8c898
...
e27a7ba7d7
Author | SHA1 | Date | |
---|---|---|---|
e27a7ba7d7 |
@ -32,6 +32,6 @@ cat << 'EOF' >> "${IMAGE_ROOTFS}/etc/hostname"
|
|||||||
diyaid
|
diyaid
|
||||||
EOF
|
EOF
|
||||||
# enable autologin
|
# enable autologin
|
||||||
sed -i 's~1:12345:respawn:/sbin/getty root 38400 tty1~1:12345:respawn:/sbin/getty -a root -L tty1 38400 vt100~' \
|
sed -i 's#~~:S:wait:/sbin/sulogin#~~:S:wait:/bin/sh#' \
|
||||||
"${IMAGE_ROOTFS}/etc/inittab"
|
"${IMAGE_ROOTFS}/etc/inittab"
|
||||||
}
|
}
|
Reference in New Issue
Block a user