From: Michael Prokop Date: Mon, 9 Jun 2008 15:12:18 +0000 (+0200) Subject: Mention job handling stuff when using debug=noscreen X-Git-Tag: 0.8.9~2 X-Git-Url: https://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=f0ddca030902a77aeb560dd32c3e92f6cfb50d79 Mention job handling stuff when using debug=noscreen --- diff --git a/autoconfig.functions b/autoconfig.functions index ccca421..8197d4b 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper , (c) Michael Prokop # 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 @@ -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 + 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 diff --git a/debian/changelog b/debian/changelog index 3d7e446..d3110d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-autoconfig (0.8.8) unstable; urgency=low + + * Mention job handling stuff when using debug=noscreen. + + -- Michael Prokop 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