Skip to content

Commit dbecf15

Browse files
committed
inittab: spawn -/bin/sh instead of getty
1 parent 6d90e12 commit dbecf15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rootfs_overlay/etc/inittab

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
::sysinit:/bin/mount -a
66
::sysinit:/bin/hostname -F /etc/hostname
77
::sysinit:/etc/init.d/rcS
8-
console::respawn:/sbin/getty -n -L -l /loginroot.sh console 0 vt100
8+
::respawn:-/bin/sh
9+
# Same as above: console is the default.
10+
#console::respawn:-/bin/sh
911
::ctrlaltdel:/sbin/reboot
1012
::shutdown:/etc/init.d/rcK
1113
::shutdown:/sbin/swapoff -a

0 commit comments

Comments
 (0)