From 8fea72f68e226f2ade00192c510c3d710b48510e Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 28 Jul 2009 18:18:51 +0200 Subject: [PATCH] Check for space after bootoption 'fast' --- autoconfig.functions | 4 ++-- debian/changelog | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) 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 -- 2.1.4