Browse Source

moved test-init to TEST-10-RAID

master
Harald Hoyer 16 years ago
parent
commit
1cd0c90eab
  1. 0
      test/TEST-10-RAID/test-init
  2. 2
      test/TEST-10-RAID/test.sh

0
test/test-init → test/TEST-10-RAID/test-init

2
test/TEST-10-RAID/test.sh

@ -28,7 +28,7 @@ test_setup() { @@ -28,7 +28,7 @@ test_setup() {
inst "$basedir/modules.d/40network/dhclient-script" "/sbin/dhclient-script"
inst "$basedir/modules.d/40network/ifup" "/sbin/ifup"
dracut_install grep
inst $testdir/test-init /sbin/init
inst ./test-init /sbin/init
find_binary plymouth >/dev/null && dracut_install plymouth
(cd "$initdir"; mkdir -p dev sys proc etc var/run tmp )
)

Loading…
Cancel
Save