From: Gerd Hoffmann kraxel@redhat.com
uki-virt: add systemd-sysext dracut module
Allows the initrd being extended using sysext.
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 @@ -17,6 +17,9 @@ dracutmodules+=" crypt crypt-loop tpm2-tss " # modules: support root on virtiofs dracutmodules+=" virtiofs "
+# modules: use sysext images (see 'man systemd-sysext') +dracutmodules+=" systemd-sysext " + # 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