From: Aaron Klingaman Date: Thu, 2 Dec 2004 22:37:51 +0000 (+0000) Subject: handle runlevel 0 and 6 correctly X-Git-Tag: bootcd_3-0_beta1~16 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=04a6587b1109026dd07848a614cd38fd6a49d18d;p=bootcd.git handle runlevel 0 and 6 correctly --- diff --git a/conf_files/inittab b/conf_files/inittab index 7e4ad4b..b501e98 100644 --- a/conf_files/inittab +++ b/conf_files/inittab @@ -4,6 +4,11 @@ l2:2:bootwait:/etc/init.d/pl_boot ca::ctrlaltdel:/sbin/shutdown -t3 -r now +u6:6:wait:/bin/umount -a -r +r6:6:wait:/sbin/shutdown -r -n now +u0:0:wait:/bin/umount -a -r +h0:0:wait:/sbin/shutdown -h -n now + 1:2345:respawn:/sbin/mingetty --noclear tty1 2:2345:respawn:/sbin/mingetty --noclear tty2 3:2345:respawn:/sbin/mingetty --noclear tty3