X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=grml-autoconfig;h=f57a890e19830e81803a8c6a6cc3beca199340e8;hp=176a04b4b467e07def5ece480b3e240d604f49b3;hb=411752d77a5a9f7d795653a33434c121094f6aee;hpb=bc6656c8a62d5b89aad347ebed4c81cc14e8cbdd diff --git a/grml-autoconfig b/grml-autoconfig index 176a04b..f57a890 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -53,17 +53,11 @@ mount_pts mount_sys # }}} -# {{{ Read in boot parameters -CMDLINE="$(cat /proc/cmdline)" -[ -d /cdrom/bootparams/ ] && CMDLINE="$CMDLINE $(cat /cdrom/bootparams/* | tr '\n' ' ')" -[ -d /live/image/bootparams/ ] && CMDLINE="$CMDLINE $(cat /live/image/bootparams/* | tr '\n' ' ')" -# }}} - # {{{ main grml-autoconfig checkvalue $CONFIG_DEBUG && config_debug SPLASH='' -if checkbootparam "textsplash" || checkbootparam "tsplash"; then +if checkbootparam 'textsplash' || checkbootparam 'tsplash'; then SPLASH=1 fi @@ -91,7 +85,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