Removed unsupported nodma switch from syslinux.cfg.

This commit is contained in:
Arne Fitzenreiter
2010-12-01 08:25:37 +01:00
parent e73e134c96
commit 492b260178
2 changed files with 4 additions and 7 deletions

View File

@@ -4,13 +4,10 @@ PROMPT 1
F1 boot.msg
F2 options.msg
DEFAULT vmlinuz
APPEND ide=nodma initrd=instroot vga=791 splash=silent ro
APPEND initrd=instroot vga=791 splash=silent ro
LABEL novga
KERNEL vmlinuz
APPEND ide=nodma initrd=instroot ro
LABEL dma
KERNEL vmlinuz
APPEND initrd=instroot vga=791 splash=silent ro
APPEND initrd=instroot ro
LABEL unattended
KERNEL vmlinuz
APPEND ide=nodma initrd=instroot vga=791 splash=silent unattended ro