pull/5/head
Tomas M 2012-09-23 02:21:39 -05:00
parent fa4379fccd
commit 795212636a
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ if [ "$1" = "--init" ]; then
mount -o remount,ro /memory/data 2>/dev/null
# if debug is requested, start commandline prompt here
if grep -vq debug /proc/cmdline; then
if grep -q debug /proc/cmdline; then
echo "Starting shell for debug" >/dev/console
setsid sh -c 'exec sh < /dev/tty1 >/dev/tty1 2>&1'
fi