PDA

View Full Version : Where is append line in lilo.conf?



rrfish72
08-01-2004, 07:28 PM
Trying to append nofstab and other settings and I don't know where that is.

shah
08-02-2004, 03:49 AM
Open your /etc/lilo.conf:
Depend on what kernel you use to boot, example I'm using kernel 2.6.6:
image=/boot/vmlinuz-2.6.6
label=xxx
initrd=/boot/initrd.img-2.6.6
append="ramdisk_size=100000 init=/etc/init lang=us "

See that append line, add nofstab after init=/etc/init...