mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
18 lines
496 B
INI
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
|