From: Harald Hoyer Date: Fri, 29 Oct 2010 11:24:12 +0000 (+0200) Subject: base/init: rd.shell=1 per default X-Git-Tag: 008~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b79345001c82c392e54ef866844603acc765e62;p=thirdparty%2Fdracut.git base/init: rd.shell=1 per default to securely lock a machine, the admin has to set rd.shell=0! --- diff --git a/modules.d/99base/init b/modules.d/99base/init index 63d17abc2..ffa46aab1 100755 --- a/modules.d/99base/init +++ b/modules.d/99base/init @@ -48,7 +48,7 @@ emergency_shell() echo $@ source_all emergency echo - if getargbool 0 rd.shell -y rdshell || getarg rd.break rdbreak; then + if getargbool 1 rd.shell -y rdshell || getarg rd.break rdbreak; then echo "Dropping to debug shell." echo export PS1="$_rdshell_name:\${PWD}# "