From fdc00ad678896ec955d88f4d01b98a10e93e6e1b Mon Sep 17 00:00:00 2001 From: "M. Vefa Bicakci" Date: Sun, 10 Apr 2016 00:00:00 -0400 Subject: [PATCH] dracut: Omit network and kernel-network-modules --- dracut/dracut.conf.d/qubes-disable-network.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dracut/dracut.conf.d/qubes-disable-network.conf 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 "