diff options
author | Harald Hoyer <harald@redhat.com> | 2011-04-11 17:18:52 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2011-04-11 19:24:59 +0200 |
commit | 8a6ecb19b9480cb441761fe493b450d18cf505ae (patch) | |
tree | a41af4e260f3dc0fad07cadc90df1c09f28be163 /test | |
parent | 1254925f1eb2ae2bf134d5190a96e4e7b64aacb9 (diff) | |
download | dracut-8a6ecb19b9480cb441761fe493b450d18cf505ae.tar.gz dracut-8a6ecb19b9480cb441761fe493b450d18cf505ae.tar.bz2 dracut-8a6ecb19b9480cb441761fe493b450d18cf505ae.zip |
TEST-50-MULTINIC/test.sh: add /run dir and "ls" to client image
Diffstat (limited to 'test')
-rwxr-xr-x | test/TEST-50-MULTINIC/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh index 2005508d..fa9ef777 100755 --- a/test/TEST-50-MULTINIC/test.sh +++ b/test/TEST-50-MULTINIC/test.sh @@ -190,11 +190,11 @@ test_setup() { . $basedir/dracut-functions dracut_install sh shutdown poweroff stty cat ps ln ip \ /lib/terminfo/l/linux mount dmesg mkdir \ - cp ping grep + cp ping grep ls inst ./client-init /sbin/init ( cd "$initdir" - mkdir -p dev sys proc etc + mkdir -p dev sys proc etc run mkdir -p var/lib/nfs/rpc_pipefs ) inst /etc/nsswitch.conf /etc/nsswitch.conf |