mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Bootlogo zur Iso hinzugefuegt. Memtest hinzugefuegt. (Kann man sicherlich mal brauchen denke ich.) git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@368 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
26 lines
896 B
INI
26 lines
896 B
INI
TIMEOUT 5000
|
|
DISPLAY boot.msg
|
|
PROMPT 1
|
|
F1 boot.msg
|
|
F2 options.msg
|
|
DEFAULT vmlinuz
|
|
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw
|
|
LABEL unattended
|
|
KERNEL vmlinuz
|
|
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw unattended
|
|
LABEL nopcmcia
|
|
KERNEL vmlinuz
|
|
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw nopcmcia
|
|
LABEL nousb
|
|
KERNEL vmlinuz
|
|
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw nousb
|
|
LABEL nousborpcmcia
|
|
KERNEL vmlinuz
|
|
APPEND ide=nodma initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw nousb nopcmcia
|
|
LABEL dma
|
|
KERNEL vmlinuz
|
|
APPEND initrd=instroot.gz root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw
|
|
LABEL memtest
|
|
KERNEL memtest
|
|
APPEND -
|