X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=58eed904fa148092740f6fb532bea702aa2731a1;hp=c1bc848f5ca702ec49243697fecce29f3a600e88;hb=8fea72f68e226f2ade00192c510c3d710b48510e;hpb=9970706b78b9ec4fbdb06baa722aa674c349f68b 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