Files
bpfire/config/kernel/syslinux.cfg

18 lines
496 B
INI

TIMEOUT 5000
DISPLAY message
PROMPT 1
DEFAULT vmlinuz
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 rw
LABEL nopcmcia
KERNEL vmlinuz
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 rw nopcmcia
LABEL nousb
KERNEL vmlinuz
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 rw nousb
LABEL nousborpcmcia
KERNEL vmlinuz
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 rw nousb nopcmcia
LABEL dma
KERNEL vmlinuz
APPEND initrd=instroot.gz root=/dev/ram0 rw