diff options
-rw-r--r-- | packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337-r4.exheres-0 (renamed from packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337-r3.exheres-0) | 0 | ||||
-rw-r--r-- | packages/sys-boot/dracut-config-redcore/files/redcore-dracut.conf | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337-r3.exheres-0 b/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337-r4.exheres-0 index 23df176..23df176 100644 --- a/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337-r3.exheres-0 +++ b/packages/sys-boot/dracut-config-redcore/dracut-config-redcore-1337-r4.exheres-0 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 " |