login-image: Spawn a shell when debug is asked on cmdline
This commit is contained in:
parent
5816db8e29
commit
1c522d1780
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ files:
|
|||
echo "nameserver 172.23.200.2" > /etc/resolv.conf
|
||||
} > /dev/null 2> /dev/null &
|
||||
|
||||
/bin/sh
|
||||
grep adlin.debug=1 /proc/cmdline > /dev/null && /bin/sh
|
||||
/bin/login
|
||||
|
||||
reboot -f
|
||||
|
|
Reference in a new issue