diff options
author | Harald Hoyer <harald@redhat.com> | 2011-03-07 16:22:42 +0100 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2011-03-07 16:22:42 +0100 |
commit | fa79f00803dab3e7f066b732ddc94999b9ae543c (patch) | |
tree | 3af99f8f807b251159a9a61796c4cabcf7caf4c5 /test/TEST-14-IMSM | |
parent | b20ff981c4b31d650ac0b2e5227f4d6f6eb459e2 (diff) | |
download | dracut-fa79f00803dab3e7f066b732ddc94999b9ae543c.tar.gz dracut-fa79f00803dab3e7f066b732ddc94999b9ae543c.tar.bz2 dracut-fa79f00803dab3e7f066b732ddc94999b9ae543c.zip |
test/*/test.sh: mv 01hard-off.sh 000-hard-off.sh
otherwise "die" will let the kernel panic
Diffstat (limited to 'test/TEST-14-IMSM')
-rwxr-xr-x | test/TEST-14-IMSM/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-14-IMSM/test.sh b/test/TEST-14-IMSM/test.sh index 047cf71d..738f8e9a 100755 --- a/test/TEST-14-IMSM/test.sh +++ b/test/TEST-14-IMSM/test.sh @@ -86,7 +86,7 @@ test_setup() { initdir=overlay . $basedir/dracut-functions dracut_install poweroff shutdown - inst_simple ./hard-off.sh /emergency/01hard-off.sh + inst_simple ./hard-off.sh /emergency/000-hard-off.sh inst_simple ./99-idesymlinks.rules /etc/udev/rules.d/99-idesymlinks.rules ) sudo $basedir/dracut -l -i overlay / \ |