summaryrefslogtreecommitdiff
path: root/sys-kernel
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-13 12:30:18 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-13 12:30:18 +0000
commita47be25ce291efd782bf2fda417d95eb705c4a72 (patch)
tree257f0092ad80ca4afda9c7fea031d50575425681 /sys-kernel
parent29f1bd96807023d399b4902991b6a3b5f47d387d (diff)
sys-kernel/dracut-config-redcore : make sure we have vboxvideo/qxl inside initramfs
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/dracut-config-redcore/dracut-config-redcore-1337-r2.ebuild (renamed from sys-kernel/dracut-config-redcore/dracut-config-redcore-1337-r1.ebuild)0
-rw-r--r--sys-kernel/dracut-config-redcore/files/redcore-dracut.conf3
2 files changed, 3 insertions, 0 deletions
diff --git a/sys-kernel/dracut-config-redcore/dracut-config-redcore-1337-r1.ebuild b/sys-kernel/dracut-config-redcore/dracut-config-redcore-1337-r2.ebuild
index cc283833..cc283833 100644
--- a/sys-kernel/dracut-config-redcore/dracut-config-redcore-1337-r1.ebuild
+++ b/sys-kernel/dracut-config-redcore/dracut-config-redcore-1337-r2.ebuild
diff --git a/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf
index 0791417f..3b0d1087 100644
--- a/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf
+++ b/sys-kernel/dracut-config-redcore/files/redcore-dracut.conf
@@ -9,3 +9,6 @@ add_dracutmodules+=" drm plymouth "
# Dracut modules to ommit when building the initramfs.
omit_dracutmodules+=" systemd systemd-initrd systemd-networkd dracut-systemd "
+
+# Make sure we have vboxvideo && qxl inside the initramfs (Virtualbox/Qemu)
+add_drivers+=" vboxvideo qxl "