[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: a cvs floppy test to install a woody cd by a BF newbie (report)



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:  andersee@debian.org, andersen@lineo.com
--This message was written using 73% post-consumer electrons--



Reply to: