Commit 0016af97 by Daniel Lezcano Committed by Daniel Lezcano

fix busybox inittab template

The inittab file format is wrong regarding how behaves busybox with this syntax. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 013bd428
...@@ -100,8 +100,8 @@ EOF ...@@ -100,8 +100,8 @@ EOF
# not needed # not needed
cat <<EOF >> $rootfs/etc/inittab cat <<EOF >> $rootfs/etc/inittab
::sysinit:/etc/init.d/rcS ::sysinit:/etc/init.d/rcS
::respawn:/bin/getty -L tty1 115200 vt100 tty1::respawn:/bin/getty -L tty1 115200 vt100
::askfirst:/bin/sh console::askfirst:/bin/sh
EOF EOF
# writable and readable for other # writable and readable for other
chmod 644 $rootfs/etc/inittab || return 1 chmod 644 $rootfs/etc/inittab || return 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment