# # /etc/lilo.conf # # # Original File # ------------- # http://linux-boot.net/Loaders/Lilo/Examples/lilo.conf # # # # 13-May-04 amo Added linux-2.4.26 w/ OpenWall patch # # # To Uninstall lilo # ----------------- # lilo -u # - or - # root# dd if=/boot/boot.0300 of=/dev/hda bs=446 count=1 # - or - # DOS: C> fdisk /mbr # # boot = /dev/hda # # message = /boot/boot_message.txt prompt # # timeout = 1200 timeout = 50 # 5 seconds # # # linear # -l 24-bit ( 1024 cylinder limit ) lba32 # -L 32-bit address and not subject to cylinder limits w/ EDD bios extensions # # # Serial Console # # serial = 0,1200n8 # uncomment to use COM1 too # # # VESA framebuffer console @ 1024x768x256 vga = 773 # # Normal VGA console # vga = normal # # # # 13-May-04 amo Added linux-2.4.26 w/ OpenWall patch # image = /boot/vmlinuz-2.4.26ow root = /dev/hda1 label = Linux-2.4.26ow read-only # # # Optional initrd file # #initrd=/boot/initrd.gz # # # # Dual Boot w/ Windoze # -------------------- # other = /dev/hda1 # label = msdos # table = /dev/hda # # loader = /boot/chain.b # # End of file