diff --git a/dracut/dracut.conf.d/qubes-disable-network.conf b/dracut/dracut.conf.d/qubes-disable-network.conf new file mode 100644 index 0000000..d38533c --- /dev/null +++ b/dracut/dracut.conf.d/qubes-disable-network.conf @@ -0,0 +1,6 @@ +# Omission of network and kernel-network-modules is needed +# to avoid letting the initramfs load kernel modules related +# to networking, even if PCI devices are seized by Xen's +# pciback kernel module. + +omit_dracutmodules+=" network kernel-network-modules "