From: Michael Prokop Date: Fri, 20 Feb 2009 17:25:19 +0000 (+0100) Subject: Change forensic bootoption handling, as we add 'forensic' to the kernel append line X-Git-Tag: v0.8.18~4 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=025dc3d2bd49be5b4134a8465393c6f2799925f6 Change forensic bootoption handling, as we add 'forensic' to the kernel append line --- diff --git a/debian/changelog b/debian/changelog index 59f32e0..4782941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-autoconfig (0.8.18) unstable; urgency=low + + * Change forensic bootoption handling, as we add 'forensic' to + the kernel append line as well. + + -- Michael Prokop Fri, 20 Feb 2009 18:24:36 +0100 + grml-autoconfig (0.8.17) unstable; urgency=low [ Michael Prokop ] diff --git a/grml-autoconfig b/grml-autoconfig index efe0061..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