X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=grml-autoconfig;h=a45d7c6b04135fb5d61d82f6ef5e51b718f156cf;hp=9505e22ef7d350926fe24b37ce0a3e4c9004aa55;hb=571636c61251f288d4d0fc22ec650298e344740f;hpb=493dfc88f8fe5fd540fb08bb5750dc6aa95aa9d9 diff --git a/grml-autoconfig b/grml-autoconfig index 9505e22..a45d7c6 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 @@ -191,6 +200,8 @@ checkvalue $CONFIG_MYCONFIG && config_myconfig checkvalue $CONFIG_DEBS && config_debs +checkvalue $CONFIG_SCRIPTS && config_scripts + [ -n "$SPLASH" ] && /usr/bin/grml-bootsplash "||||||||">/dev/tty7 checkvalue $CONFIG_CDROM_SCRIPTS && config_cdrom_scripts