From 04a6587b1109026dd07848a614cd38fd6a49d18d Mon Sep 17 00:00:00 2001 From: Aaron Klingaman Date: Thu, 2 Dec 2004 22:37:51 +0000 Subject: [PATCH] handle runlevel 0 and 6 correctly --- conf_files/inittab | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.43.0