Browse Source

TEST-50-MULTINIC/test.sh: add /run dir and "ls" to client image

master
Harald Hoyer 14 years ago
parent
commit
8a6ecb19b9
  1. 4
      test/TEST-50-MULTINIC/test.sh

4
test/TEST-50-MULTINIC/test.sh

@ -190,11 +190,11 @@ test_setup() { @@ -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

Loading…
Cancel
Save