mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
Removed unsupported nodma switch from syslinux.cfg.
This commit is contained in:
@@ -5,8 +5,6 @@
|
|||||||
|
|
||||||
- To disable vga mode, type: 04novga <ENTER>07.
|
- To disable vga mode, type: 04novga <ENTER>07.
|
||||||
|
|
||||||
- To enable dma support, type: 04dma <ENTER>07.
|
|
||||||
|
|
||||||
- To test the memory in your system type: 04memtest <ENTER>07.
|
- To test the memory in your system type: 04memtest <ENTER>07.
|
||||||
|
|
||||||
- To install in unattended mode, type: 04unattended <ENTER>07.
|
- To install in unattended mode, type: 04unattended <ENTER>07.
|
||||||
@@ -27,4 +25,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
0f[F1-Main] [F2-Options]07
|
0f[F1-Main] [F2-Options]07
|
||||||
|
|||||||
@@ -4,13 +4,10 @@ PROMPT 1
|
|||||||
F1 boot.msg
|
F1 boot.msg
|
||||||
F2 options.msg
|
F2 options.msg
|
||||||
DEFAULT vmlinuz
|
DEFAULT vmlinuz
|
||||||
APPEND ide=nodma initrd=instroot vga=791 splash=silent ro
|
APPEND initrd=instroot vga=791 splash=silent ro
|
||||||
LABEL novga
|
LABEL novga
|
||||||
KERNEL vmlinuz
|
KERNEL vmlinuz
|
||||||
APPEND ide=nodma initrd=instroot ro
|
APPEND initrd=instroot ro
|
||||||
LABEL dma
|
|
||||||
KERNEL vmlinuz
|
|
||||||
APPEND initrd=instroot vga=791 splash=silent ro
|
|
||||||
LABEL unattended
|
LABEL unattended
|
||||||
KERNEL vmlinuz
|
KERNEL vmlinuz
|
||||||
APPEND ide=nodma initrd=instroot vga=791 splash=silent unattended ro
|
APPEND ide=nodma initrd=instroot vga=791 splash=silent unattended ro
|
||||||
|
|||||||
Reference in New Issue
Block a user