diff options
Diffstat (limited to 'test/TEST-18-UEFI/test.sh')
-rwxr-xr-x | test/TEST-18-UEFI/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-18-UEFI/test.sh b/test/TEST-18-UEFI/test.sh index 769a0e3..7e75590 100755 --- a/test/TEST-18-UEFI/test.sh +++ b/test/TEST-18-UEFI/test.sh @@ -44,7 +44,7 @@ test_setup() { mkdir -p "$TESTDIR"/ESP/EFI/BOOT test_dracut \ - --modules 'rootfs-block' \ + --add 'rootfs-block' \ --kernel-cmdline 'root=/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_root ro rd.skipfsck rootfstype=squashfs' \ --drivers 'squashfs' \ --uefi \ @@ -52,7 +52,7 @@ test_setup() { test_dracut \ --hostonly \ - --modules 'rootfs-block' \ + --add 'rootfs-block' \ --kernel-cmdline 'root=/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_root ro rd.skipfsck rootfstype=squashfs' \ --drivers 'squashfs' \ --uefi \ |