Add 'noquick' to the serial bootoption
authorMichael Prokop <mika@grml.org>
Mon, 26 Oct 2009 08:39:29 +0000 (09:39 +0100)
committerMichael Prokop <mika@grml.org>
Mon, 26 Oct 2009 08:39:29 +0000 (09:39 +0100)
debian/changelog
templates/boot/grub/grub.cfg
templates/boot/grub/menu.lst
templates/boot/isolinux/grml.cfg
templates/boot/isolinux/hidden.cfg
templates/boot/isolinux/syslinux.cfg

index 267772a..5a42c0f 100644 (file)
@@ -2,8 +2,9 @@ grml-live (0.9.27) unstable; urgency=low
 
   * Adjust grub variable in boot/isolinux/{addons,grub}.cfg as well.
   * Add fio to GRML_FULL (thanks for the hint, Ulrich).
 
   * Adjust grub variable in boot/isolinux/{addons,grub}.cfg as well.
   * Add fio to GRML_FULL (thanks for the hint, Ulrich).
+  * Add 'noquick' to the serial bootoption.
 
 
- -- Michael Prokop <mika@grml.org>  Mon, 26 Oct 2009 09:38:30 +0100
+ -- Michael Prokop <mika@grml.org>  Mon, 26 Oct 2009 09:39:06 +0100
 
 grml-live (0.9.26) unstable; urgency=low
 
 
 grml-live (0.9.26) unstable; urgency=low
 
index e9b9abd..c225511 100644 (file)
@@ -100,7 +100,7 @@ menuentry "%GRML_NAME% - debug mode" {
 }
 
 menuentry "%GRML_NAME% - serial mode" {
 }
 
 menuentry "%GRML_NAME% - serial mode" {
-    linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live nomce quiet vga=normal video=vesafb:off console=tty1 console=ttyS0,9600n8 
+    linux /boot/%SHORT_NAME%/linux26 apm=power-off boot=live nomce quiet vga=normal video=vesafb:off noquick console=tty1 console=ttyS0,9600n8 
     initrd /boot/%SHORT_NAME%/initrd.gz
 }
 
     initrd /boot/%SHORT_NAME%/initrd.gz
 }
 
index 9e413a4..5d3aece 100644 (file)
@@ -52,7 +52,7 @@ kernel /boot/%SHORT_NAME%/linux26 vga=791 lang=us nofstab noraid nolvm noautocon
 initrd /boot/%SHORT_NAME%/initrd.gz
 
 title %GRML_NAME% %VERSION% - serial console mode
 initrd /boot/%SHORT_NAME%/initrd.gz
 
 title %GRML_NAME% %VERSION% - serial console mode
-kernel /boot/%SHORT_NAME%/linux26 apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8
+kernel /boot/%SHORT_NAME%/linux26 apm=power-off lang=us vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce noquick console=tty1 console=ttyS0,9600n8 
 initrd /boot/%SHORT_NAME%/initrd.gz
 
 title Run memtest86+
 initrd /boot/%SHORT_NAME%/initrd.gz
 
 title Run memtest86+
index 3788fca..e6db01d 100644 (file)
@@ -99,7 +99,7 @@ label grml2ram
 label serial
   menu label %GRML_NAME% - Serial ^Console
   kernel /boot/%SHORT_NAME%/linux26
 label serial
   menu label %GRML_NAME% - Serial ^Console
   kernel /boot/%SHORT_NAME%/linux26
-  append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live apm=power-off vga=normal video=vesafb:off quiet nomce console=tty1 console=ttyS0,9600n8 
+  append initrd=/boot/%SHORT_NAME%/initrd.gz boot=live apm=power-off vga=normal video=vesafb:off quiet nomce noquick console=tty1 console=ttyS0,9600n8 
 
 
   text help
 
 
   text help
index 0359298..0fc0c7b 100644 (file)
@@ -71,7 +71,7 @@ append apm=power-off vga=788 quiet initrd=/boot/%SHORT_NAME%/initrd.gz boot=live
 label serial
 menu hide
 kernel /boot/%SHORT_NAME%/linux26
 label serial
 menu hide
 kernel /boot/%SHORT_NAME%/linux26
-append apm=power-off vga=normal video=vesafb:off quiet initrd=/boot/%SHORT_NAME%/initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8 
+append apm=power-off vga=normal video=vesafb:off quiet initrd=/boot/%SHORT_NAME%/initrd.gz boot=live nomce noquick console=tty1 console=ttyS0,9600n8 
 
 label userdef
 menu hide
 
 label userdef
 menu hide
index 977fbf9..a17bf8c 100644 (file)
@@ -147,7 +147,7 @@ APPEND pciids=/boot/addons/pci.ids
 LABEL serial
 MENU LABEL serial
 KERNEL linux26
 LABEL serial
 MENU LABEL serial
 KERNEL linux26
-APPEND apm=power-off vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce console=tty1 console=ttyS0,9600n8 
+APPEND apm=power-off vga=normal video=vesafb:off quiet initrd=initrd.gz boot=live nomce noquick console=tty1 console=ttyS0,9600n8 
 
 LABEL userdef
 MENU LABEL User defined
 
 LABEL userdef
 MENU LABEL User defined