Skip to content

Commit

Permalink
inittab: spawn -/bin/sh instead of getty
Browse files Browse the repository at this point in the history
  • Loading branch information
cirosantilli committed May 23, 2018
1 parent 6d90e12 commit dbecf15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rootfs_overlay/etc/inittab
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
::sysinit:/bin/mount -a
::sysinit:/bin/hostname -F /etc/hostname
::sysinit:/etc/init.d/rcS
console::respawn:/sbin/getty -n -L -l /loginroot.sh console 0 vt100
::respawn:-/bin/sh
# Same as above: console is the default.
#console::respawn:-/bin/sh
::ctrlaltdel:/sbin/reboot
::shutdown:/etc/init.d/rcK
::shutdown:/sbin/swapoff -a
Expand Down

0 comments on commit dbecf15

Please sign in to comment.