2 # Do NOT add spaces or comments at the end of option lines.
3 # It confuses some versions of make.
5 # Use grub instead of autoboot?
9 MENULST_FILE = "hda3:/boot/filo/menu.lst"
10 # Via Epia-MII CF boot:
11 #MENULST_FILE = "hde1:/boot/filo/menu.lst"
13 # time before default menu.lst is chosen. Set to 0 to ignore
16 # Image filename for automatic boot and optional command line parameter
17 AUTOBOOT_FILE = "hda1:/vmlinuz root=/dev/hda1 console=tty0 console=ttyS0,115200"
18 #AUTOBOOT_FILE = "mem@0xfff80000"
19 #AUTOBOOT_FILE = "hde1@0"
20 #AUTOBOOT_FILE = "uda1:/vmlinuz.elf"
22 # Time in second before booting AUTOBOOT_FILE
25 # Driver for hard disk, CompactFlash, and CD-ROM on IDE bus
28 # Add a short delay when polling status registers
29 # (required on some broken SATA controllers)
30 # NOTE: Slows down access significantly, so disable
32 #IDE_DISK_POLL_DELAY = 1
34 # Use PCMCIA compact flash on Via Epia MII10000 and MII6000E
35 # This device is referred to as hde.
38 # Driver for USB Storage
48 # if SERIAL_SPEED is commented out, the speed will not be changed.
49 #SERIAL_SPEED = 115200
60 # Support for boot disk image in bootable CD-ROM (El Torito)
66 # Enable this to scan PCI busses above bus 0
67 # AMD64 based boards do need this.
70 # Sound support (needs SUPPORT_PCI)
96 # Loader for standard Linux kernel image, a.k.a. /vmlinuz
99 # Boot FILO from Multiboot loader (eg. GRUB)