Signed-off-by: Gerd Hoffmann <[email protected]>
---
 dracut-virt.conf | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 dracut-virt.conf

diff --git a/dracut-virt.conf b/dracut-virt.conf
new file mode 100644
index 000000000000..98b565349743
--- /dev/null
+++ b/dracut-virt.conf
@@ -0,0 +1,26 @@
+# generic + compressed please
+hostonly="no"
+compress="xz"
+
+# VMs can't update microcode anyway
+early_microcode="no"
+
+# modules: basics
+dracutmodules+=" base systemd systemd-initrd dracut-systemd dbus dbus-broker 
usrmount shutdown "
+
+# modules: storage support
+dracutmodules+=" dm lvm rootfs-block fs-lib "
+
+# drivers: virtual buses, pci
+drivers+=" virtio-pci virtio-mmio "            # qemu-kvm
+drivers+=" hv-vmbus pci-hyperv "               # hyperv
+drivers+=" xen-pcifront "                      # xen
+
+# drivers: storage
+drivers+=" ahci nvme scsi-hd scsi-cd "         # generic
+drivers+=" virtio-blk virtio-scsi "            # qemu-kvm
+drivers+=" hv-storvsc "                                # hyperv
+drivers+=" xen-blkfront "                      # xen
+
+# filesystems
+filesystems+=" vfat ext4 xfs btrfs overlay "
-- 
2.37.2
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to