On Thu Apr 26, 2001 at 05:24:37PM -0700, David Whedon wrote:
>
> perhaps add :
>
> ::shutdown:/bin/umount -a -r > /dev/null 2>&1
> ::shutdown:/sbin/swapoff -a > /dev/null 2>&1
>
> to:
>
> boot-floppies/scripts/rootdisk/prototype/etc/inittab
I just updated the inittab file. It needed the following:
-# stuff to do before rebooting
-::ctrlaltdel:/bin/umount -a -r > /dev/null 2>&1
-::ctrlaltdel:/sbin/swapoff -a > /dev/null 2>&1
+# Stuff to do for the 3-finger salute
+::ctrlaltdel:/sbin/reboot
+# Stuff to do before rebooting
+::shutdown:/bin/umount -a -r > /dev/null 2>&1
+::shutdown:/sbin/swapoff -a > /dev/null 2>&1
-Erik
--
Erik B. Andersen email: [EMAIL PROTECTED], [EMAIL PROTECTED]
--This message was written using 73% post-consumer electrons--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]