summaryrefslogtreecommitdiff
path: root/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf')
-rw-r--r--packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf b/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf
index 3670082..971796c 100644
--- a/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf
+++ b/packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf
@@ -8,4 +8,7 @@ early_microcode="yes"
add_dracutmodules+=" drm plymouth "
# Dracut modules to ommit when building the initramfs.
-omit_dracutmodules+=" systemd systemd-bootchart systemd-initrd systemd-networkd dracut-systemd "
+omit_dracutmodules+=" systemd systemd-bootchart systemd-initrd systemd-networkd dracut-systemd qemu qemu-net "
+
+# Force install /etc/fstab
+install_items+=" /etc/fstab "