Check for space after bootoption 'fast'
authorMichael Prokop <mika@grml.org>
Tue, 28 Jul 2009 16:18:51 +0000 (18:18 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 28 Jul 2009 16:18:51 +0000 (18:18 +0200)
autoconfig.functions
debian/changelog

index c1bc848..58eed90 100755 (executable)
@@ -541,8 +541,8 @@ eoutdent
 
 # skip startup of w3m {{{
 config_fast(){
 
 # skip startup of w3m {{{
 config_fast(){
-if checkbootparam "fast"; then
-  ewarn "Bootoption fast detected. Skipping startup of w3m."
+if checkbootparam "fast "; then
+  ewarn "Bootoption fast detected. Skipping startup of grml-quickconfig."
     sed -i 's#^1:.*#1:12345:respawn:/usr/bin/openvt -f -c 1 -w -- /bin/zsh#' /etc/inittab
   /sbin/telinit q ; eend $?
 fi
     sed -i 's#^1:.*#1:12345:respawn:/usr/bin/openvt -f -c 1 -w -- /bin/zsh#' /etc/inittab
   /sbin/telinit q ; eend $?
 fi
index fbe829e..713da60 100644 (file)
@@ -1,3 +1,10 @@
+grml-autoconfig (0.8.24) UNRELEASED; urgency=low
+
+  * Check for space after bootoption 'fast' so we do not conflict
+    with new kernel bootoption fastboot.
+
+ -- Michael Prokop <mika@grml.org>  Tue, 28 Jul 2009 18:18:30 +0200
+
 grml-autoconfig (0.8.23) unstable; urgency=low
 
   * Use /etc/modprobe.d/grml.conf as blacklist file (thanks to
 grml-autoconfig (0.8.23) unstable; urgency=low
 
   * Use /etc/modprobe.d/grml.conf as blacklist file (thanks to