diff --git a/test/TEST-10-RAID/copy-root.sh b/test/TEST-10-RAID/copy-root.sh index fe9f57ae..d183aa65 100755 --- a/test/TEST-10-RAID/copy-root.sh +++ b/test/TEST-10-RAID/copy-root.sh @@ -1,2 +1,2 @@ #!/bin/sh -cp -a -t "$NEWROOT" /source/* \ No newline at end of file +cp -a -t "$NEWROOT" /source/* diff --git a/test/TEST-10-RAID/create-root.sh b/test/TEST-10-RAID/create-root.sh index b6f49126..29f349c9 100755 --- a/test/TEST-10-RAID/create-root.sh +++ b/test/TEST-10-RAID/create-root.sh @@ -16,4 +16,3 @@ lvm lvcreate -l 100%FREE -n root dracut udevadm settle --timeout=4 [ -b /dev/dracut/root ] || emergency_shell mke2fs /dev/dracut/root -e2mkdir /dev/dracut/root:/proc diff --git a/test/TEST-10-RAID/test.sh b/test/TEST-10-RAID/test.sh index e54f4094..f7abe54d 100755 --- a/test/TEST-10-RAID/test.sh +++ b/test/TEST-10-RAID/test.sh @@ -1,5 +1,4 @@ #!/bin/bash - TEST_DESCRIPTION="root filesystem on an encrypted LVM PV" test_run() { @@ -32,9 +31,9 @@ test_setup() { ( initdir=overlay . $basedir/dracut-functions - dracut_install sfdisk mke2fs poweroff cp umount e2mkdir + dracut_install sfdisk mke2fs poweroff cp umount inst_simple ./halt.sh /pre-pivot/02halt.sh - inst_simple ./copy-root.sh /pre-pivot/01copy-root.sh + inst_simple ./copy-root.sh /mount/01copy-root.sh inst_simple ./create-root.sh /pre-mount/01create-root.sh )