X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=grml-autoconfig;h=8c694432de9a8bb3dd4e17b4035bfbfc4b318895;hp=92dd4145dfb83eba19982f6af2dfa89bb6c329e7;hb=025dc3d2bd49be5b4134a8465393c6f2799925f6;hpb=8328ba1e87429b4bdff9c7a686ea39c5c6a0d048 diff --git a/grml-autoconfig b/grml-autoconfig index 92dd414..8c69443 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -91,12 +91,8 @@ fi checkvalue $CONFIG_SYSLOG && config_syslog if checkbootparam "forensic" ; then - eerror "Bootopion forensic found. Important notice!" - eerror " Do *not* boot with something like 'grml forensic ...' but with 'forensic ...' instead!" - eerror " To avoid damage to your system a debugshell will be started after a delay of 10 seconds." ; eend 1 - eerror " If you want to continue booting just exit the shell, but think about what you are doing!" ; eend 1 - sleep 10 - rundebugshell + 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 if [ -n "$SPLASH" ] ; then @@ -276,6 +272,8 @@ if [ -n "$SPLASH" ] ; then chvt 1 fi +checkvalue $CONFIG_TOHD && config_tohd + checkvalue $CONFIG_GRML2HD && config_grml2hd checkvalue $CONFIG_DEBOOTSTRAP && config_debootstrap