We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d90e12 commit dbecf15Copy full SHA for dbecf15
rootfs_overlay/etc/inittab
@@ -5,7 +5,9 @@
5
::sysinit:/bin/mount -a
6
::sysinit:/bin/hostname -F /etc/hostname
7
::sysinit:/etc/init.d/rcS
8
-console::respawn:/sbin/getty -n -L -l /loginroot.sh console 0 vt100
+::respawn:-/bin/sh
9
+# Same as above: console is the default.
10
+#console::respawn:-/bin/sh
11
::ctrlaltdel:/sbin/reboot
12
::shutdown:/etc/init.d/rcK
13
::shutdown:/sbin/swapoff -a
0 commit comments