# LILO configuration file # generated by 'liloconfig' # # # 29-Oct-04 amo Install Linux-2.4.27 # # # Start LILO global section # boot = /dev/hda # # message = /boot/message.txt # # # To Update map file # ------------------ # lilo -v -r /mnt/CF -C /mnt/CF/etc/lilo.hda.conf map = /boot/map # # lba32 # # #compact # faster, but won't work on all systems. prompt timeout = 20 # 2 seconds # # # VESA framebuffer console @ 1024x768x256 vga = 773 # Normal VGA console # vga = normal # # # ramdisk = 0 # paranoia setting # # http://penguinppc.org/embedded/howto/root-filesystem.html # ramdisk=65536 # if ramdisks are > 4MB # # # # 29-Oct-04 amo Install linux-2.4.27 # image = /boot/vmlinuz-2.4.27 root = /dev/hda1 label = CF-2.4.27 initrd = /boot/initrd.gz read-only # append = "root=/dev/ram0 init=/linuxrc rw" # # # 20-Nov-04 amo Debug version # image = /boot/vmlinuz-2.4.27 root = /dev/hda1 label = CF-bin-bash initrd = /boot/initrd.gz read-only append = "root=/dev/ram0 init=/bin/bash" # # image = /boot/vmlinuz-2.4.27 root = /dev/hdc1 label = Linux-2.4.27 read-only # # # 29-Oct-04 amo Default slackware kernel # # image = /boot/vmlinuz-2.4.26 # root = /dev/hda1 # label = Slack-2.4.26 # read-only # Non-UMSDOS filesystems should be mounted read-only for checking # Linux bootable partition config ends # # End of file