From: Gerd Hoffmann kraxel@redhat.com
uki-virt: add virtiofs dracut module
Need to support root filesystem on virtiofs.
Signed-off-by: Gerd Hoffmann kraxel@redhat.com
diff --git a/redhat/dracut-virt.conf b/redhat/dracut-virt.conf index blahblah..blahblah 100644 --- a/redhat/dracut-virt.conf +++ b/redhat/dracut-virt.conf @@ -14,6 +14,9 @@ dracutmodules+=" dm lvm rootfs-block fs-lib " # modules: tpm and crypto dracutmodules+=" crypt crypt-loop tpm2-tss "
+# modules: support root on virtiofs +dracutmodules+=" virtiofs " + # drivers: virtual buses, pci drivers+=" virtio-pci virtio-mmio " # qemu-kvm drivers+=" hv-vmbus pci-hyperv " # hyperv
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2817