From: Harald Hoyer Date: Mon, 2 Apr 2012 07:03:25 +0000 (+0200) Subject: TEST-20-NFS: get shell in test root for rd.shell X-Git-Tag: 018~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc87119069baf86d115f4dce86e8db8e81435dde;p=thirdparty%2Fdracut.git TEST-20-NFS: get shell in test root for rd.shell --- diff --git a/test/TEST-20-NFS/client-init.sh b/test/TEST-20-NFS/client-init.sh index f9e6de317..9c56196d5 100755 --- a/test/TEST-20-NFS/client-init.sh +++ b/test/TEST-20-NFS/client-init.sh @@ -3,7 +3,11 @@ export PATH=/sbin:/bin:/usr/sbin:/usr/bin exec >/dev/console 2>&1 export TERM=linux export PS1='initramfs-test:\w\$ ' +CMDLINE=$(while read line; do echo $line;done < /proc/cmdline) +strstr() { [ "${1#*$2*}" != "$1" ]; } + stty sane +strstr "$CMDLINE" "rd.shell" && sh -i echo "made it to the rootfs! Powering down." while read dev fs fstype opts rest; do [ "$fstype" != "nfs" -a "$fstype" != "nfs4" ] && continue