X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=grml-autoconfig;h=7d7b3acfb27f9d2cbe7edbba34895a169f90203a;hp=176a04b4b467e07def5ece480b3e240d604f49b3;hb=739c45378de4254773686121c1fb8fe832c9de83;hpb=5e1cd3f650a3562ffc5d49a576cccad2b2ac14a0 diff --git a/grml-autoconfig b/grml-autoconfig index 176a04b..7d7b3ac 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -63,7 +63,7 @@ CMDLINE="$(cat /proc/cmdline)" checkvalue $CONFIG_DEBUG && config_debug SPLASH='' -if checkbootparam "textsplash" || checkbootparam "tsplash"; then +if checkbootparam 'textsplash' || checkbootparam 'tsplash'; then SPLASH=1 fi @@ -91,7 +91,7 @@ fi checkvalue $CONFIG_SYSLOG && config_syslog -if checkbootparam "forensic" ; then +if checkbootparam 'forensic' ; then ewarn "Bootopion forensic found. Important notice:" ; eend 0 ewarn " Do *NOT* boot with something like 'grml forensic ...' but always use 'forensic ...' instead!" ; eend 0 fi