X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=8197d4bd7c74ee4d50667e9c676a9d42b722e08d;hp=ccca4214ee92601e13a07667f9e5635afc7402ac;hb=f0ddca030902a77aeb560dd32c3e92f6cfb50d79;hpb=9399569d85303e61e34fc7fe0ad757f9f3452c46 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