Boot Configuration
1. Automating fsck
2. Getting a boot log
Automating fsck
I run my servers headless therefore have no console so it is essential to edit /etc/default/rcS to prevent fsck problems from hanging your boot waiting for you to press "y" on a nonexistant console.nano /etc/default/rcSNow set...
FSCKFIX=yes...and save and exit.
Getting a boot log
It's a good idea to enable bootlogd by editing /etc/default/bootlogd, then you will have boot logs available in /var/log/boot.nano /etc/default/bootlogdNow set...
BOOTLOGD_ENABLE=Yes...and save and exit. References
- http://svn.debian.org/wsvn/pkg-nslu2-utils/trunk/debian/README.Debian?op=file
- http://www.nslu2-linux.org/wiki/Debian/HomePage
$Id: DebianBootConfiguration,v 1.5 2008/07/19 18:42:20 martin Exp www-data $
Wiki Index All Recent Edit Top

