Mention job handling stuff when using debug=noscreen
authorMichael Prokop <devnull@localhost>
Mon, 9 Jun 2008 15:12:18 +0000 (17:12 +0200)
committerMichael Prokop <devnull@localhost>
Mon, 9 Jun 2008 15:12:18 +0000 (17:12 +0200)
autoconfig.functions
debian/changelog

index ccca421..8197d4b 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Klaus Knopper <knopper@knopper.net>, (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
 # Authors:       grml-team (grml.org), (c) Klaus Knopper <knopper@knopper.net>, (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Tue May 20 01:09:30 CEST 2008 [mika]
+# Latest change: Mon Jun 09 17:05:42 CEST 2008 [mika]
 ################################################################################
 
 # {{{ path, variables, signals, umask, zsh
 ################################################################################
 
 # {{{ path, variables, signals, umask, zsh
@@ -128,6 +128,8 @@ config_debug(){
   if [ -n "$BOOTDEBUG" ]; then
      einfo "Starting intermediate shell stage $stage as requested by \"debug\" option."
      if [ grep -q "debug=noscreen" "$CMDLINE" ] ; then
   if [ -n "$BOOTDEBUG" ]; then
      einfo "Starting intermediate shell stage $stage as requested by \"debug\" option."
      if [ grep -q "debug=noscreen" "$CMDLINE" ] ; then
+        einfo "Notice that the shell does not provide job handling: ctrl-z, bg and fg won't work!"
+        einfo "Just exit the shell to continue boot process..."
         /bin/zsh
      else
         eindent
         /bin/zsh
      else
         eindent
index 3d7e446..d3110d6 100644 (file)
@@ -1,3 +1,9 @@
+grml-autoconfig (0.8.8) unstable; urgency=low
+
+  * Mention job handling stuff when using debug=noscreen.
+
+ -- Michael Prokop <mika@grml.org>  Mon, 09 Jun 2008 17:11:58 +0200
+
 grml-autoconfig (0.8.7) unstable; urgency=low
 
   * config_mypath(): fix mkdir usage and write directories just once
 grml-autoconfig (0.8.7) unstable; urgency=low
 
   * config_mypath(): fix mkdir usage and write directories just once