X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=grml-autoconfig;h=f663cd58e4fb2d57dcfebe7d21e2564d2d95478a;hp=9505e22ef7d350926fe24b37ce0a3e4c9004aa55;hb=1ea16e67f6d5df1a78248970153495b5f31ca9a9;hpb=57e96c0964d9fe139827c117570162bc395da66a;ds=sidebyside diff --git a/grml-autoconfig b/grml-autoconfig index 9505e22..f663cd5 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -78,6 +78,15 @@ else echo "6" > /proc/sys/kernel/printk ; eend $? fi +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 +fi + [ -n "$SPLASH" ] && /usr/bin/grml-bootsplash "|">/dev/tty7 checkvalue $CONFIG_LANGUAGE && config_language