diff options
author | Harald Hoyer <harald@redhat.com> | 2013-03-02 13:20:59 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-03-02 13:20:59 +0100 |
commit | 356333b3314aa4f9813b9c84e14544869944cb2a (patch) | |
tree | 554b4d2199e5ec2d01f3903aae617439375d4973 /test/TEST-12-RAID-DEG/test.sh | |
parent | f62f3a219112b6deb042b160b9009ab4dde79259 (diff) | |
download | dracut-356333b3314aa4f9813b9c84e14544869944cb2a.tar.gz dracut-356333b3314aa4f9813b9c84e14544869944cb2a.tar.bz2 dracut-356333b3314aa4f9813b9c84e14544869944cb2a.zip |
test: add finished-false.sh for create-root.sh initqueue job
Diffstat (limited to 'test/TEST-12-RAID-DEG/test.sh')
-rwxr-xr-x | test/TEST-12-RAID-DEG/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-12-RAID-DEG/test.sh b/test/TEST-12-RAID-DEG/test.sh index a1aa5848..c2442d35 100755 --- a/test/TEST-12-RAID-DEG/test.sh +++ b/test/TEST-12-RAID-DEG/test.sh @@ -85,6 +85,7 @@ test_setup() { . $basedir/dracut-functions.sh dracut_install sfdisk mke2fs poweroff cp umount dd grep inst_hook initqueue 01 ./create-root.sh + inst_hook initqueue/finished 01 ./finished-false.sh inst_simple ./99-idesymlinks.rules /etc/udev/rules.d/99-idesymlinks.rules ) |