Now that we have hostonly and no-hostonly CI containers, no need
to run the same test twice in the same container.
Also, the current approach did not actually work as the second
initrd would just overwrite the first one without testing the boot.
mkdir -p "$TESTDIR"/ESP/EFI/BOOT
test_dracut \
- --add 'rootfs-block' \
- --kernel-cmdline 'root=/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_root ro rd.skipfsck rootfstype=squashfs' \
- --drivers 'squashfs' \
- --uefi \
- "$TESTDIR"/ESP/EFI/BOOT/BOOTX64.efi
-
- test_dracut \
- --hostonly \
- --add 'rootfs-block' \
--kernel-cmdline 'root=/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_root ro rd.skipfsck rootfstype=squashfs' \
--drivers 'squashfs' \
--uefi \