From: Michael Prokop Date: Tue, 28 Jul 2009 16:18:51 +0000 (+0200) Subject: Check for space after bootoption 'fast' X-Git-Tag: v0.8.24~10 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=8fea72f68e226f2ade00192c510c3d710b48510e;hp=9970706b78b9ec4fbdb06baa722aa674c349f68b Check for space after bootoption 'fast' --- diff --git a/autoconfig.functions b/autoconfig.functions index c1bc848..58eed90 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -541,8 +541,8 @@ eoutdent # 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 diff --git a/debian/changelog b/debian/changelog index fbe829e..713da60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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