# # boot.fd.lilo.conf # # # To Install # ----------- # http://www.Linux-1U.net/CDRW/scripts/boot.fd.lilo.conf # lilo -C boot.fd.lilo.conf # # # 19-Nov-02 amo Create a bootable floppy image for boot.fd.lilo.conf script # 20-Nov-02 amo Added prompt/timeout, hdc=ide-scsi # # disk=/dev/loop1 bios=0x00 sectors=18 heads=2 cylinders=80 boot=/dev/loop1 map=/mnt/loop/map install=/mnt/loop/boot.b compact # prompt timeout 50 # # # Remember to map the ide-scsi device # image=/mnt/loop/vmlinuz-2.4.19 label=1U-2.4.19 append="root=/dev/cdrom,hdc=ide-scsi" read-only # # # End of file