mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
Neue Hardwareerkennung im Installer...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@448 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -3,12 +3,7 @@
|
||||
|
||||
0fInstaller Boot Options07
|
||||
|
||||
- To disable pcmcia probing, type: 04nopcmcia <ENTER>07.
|
||||
|
||||
- To disable usb probing, type: 04nousb <ENTER>07.
|
||||
|
||||
- To disbale pcmcia probing and usb probing,
|
||||
type: 04nousborpcmcia <ENTER>07.
|
||||
- To disable vga mode, type: 04novga <ENTER>07.
|
||||
|
||||
- To enable dma support, type: 04dma <ENTER>07.
|
||||
|
||||
@@ -27,4 +22,9 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
0f[F1-Main] [F2-Options]07
|
||||
|
||||
@@ -4,22 +4,16 @@ PROMPT 1
|
||||
F1 boot.msg
|
||||
F2 options.msg
|
||||
DEFAULT vmlinuz
|
||||
APPEND ide=nodma initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw
|
||||
APPEND ide=nodma initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent ro
|
||||
LABEL unattended
|
||||
KERNEL vmlinuz
|
||||
APPEND ide=nodma initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw unattended
|
||||
LABEL nopcmcia
|
||||
APPEND ide=nodma initrd=instroot root=/dev/ram0 ramdisk_size=16384 ro unattended
|
||||
LABEL novga
|
||||
KERNEL vmlinuz
|
||||
APPEND ide=nodma initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw nopcmcia
|
||||
LABEL nousb
|
||||
KERNEL vmlinuz
|
||||
APPEND ide=nodma initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw nousb
|
||||
LABEL nousborpcmcia
|
||||
KERNEL vmlinuz
|
||||
APPEND ide=nodma initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw nousb nopcmcia
|
||||
APPEND ide=nodma initrd=instroot root=/dev/ram0 ramdisk_size=16384 ro
|
||||
LABEL dma
|
||||
KERNEL vmlinuz
|
||||
APPEND initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent rw
|
||||
APPEND initrd=instroot root=/dev/ram0 ramdisk_size=16384 vga=791 splash=silent ro
|
||||
LABEL memtest
|
||||
KERNEL memtest
|
||||
APPEND -
|
||||
|
||||
Reference in New Issue
Block a user