Change forensic bootoption handling, as we add 'forensic' to the kernel append line
authorMichael Prokop <mika@grml.org>
Fri, 20 Feb 2009 17:25:19 +0000 (18:25 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 20 Feb 2009 17:25:19 +0000 (18:25 +0100)
debian/changelog
grml-autoconfig

index 59f32e0..4782941 100644 (file)
@@ -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 <mika@grml.org>  Fri, 20 Feb 2009 18:24:36 +0100
+
 grml-autoconfig (0.8.17) unstable; urgency=low
 
   [ Michael Prokop ]
 grml-autoconfig (0.8.17) unstable; urgency=low
 
   [ Michael Prokop ]
index efe0061..8c69443 100755 (executable)
@@ -91,12 +91,8 @@ fi
 checkvalue $CONFIG_SYSLOG && config_syslog
 
 if checkbootparam "forensic" ; then
 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
 fi
 
 if [ -n "$SPLASH" ] ; then