]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Removed unsupported nodma switch from syslinux.cfg.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 1 Dec 2010 07:25:37 +0000 (08:25 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 1 Dec 2010 07:25:37 +0000 (08:25 +0100)
config/syslinux/options.msg
config/syslinux/syslinux.cfg

index a0b756b4b5b968e595897e3c3b0d5bf348515582..57a38c2f714300350cbb79a1fa11c9bdca20d586 100644 (file)
@@ -5,8 +5,6 @@
 
  -  To disable vga mode, type: \ f04novga <ENTER>\ f07.  
 
- -  To enable dma support, type: \ f04dma <ENTER>\ f07.
-
  -  To test the memory in your system type: \ f04memtest <ENTER>\ f07.
 
  -  To install in unattended mode, type: \ f04unattended <ENTER>\ f07.
@@ -27,4 +25,6 @@
 
 
 
+
+
 \ f0f[F1-Main] [F2-Options]\ f07
index 361a3168e81086da1baa8c956120cd82cf9f2bb8..ac9bdc322a07b0ffc87c1d5ad16e843143ac7595 100644 (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