summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-20 08:25:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-20 08:25:53 +0100
commit47d147c172c019f40acd955f5e72482495925e92 (patch)
tree75aba5985421edff87400796e6664bfc21866fcf
parent9bd7b9e0256f9209538f750cd4c1ad882b749b46 (diff)
sys-boot/dracut-config-redcore : make sure /etc/fstab is installed into initrd, prevent qemu to be installed
-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.conf5
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 "