diff options
-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.conf | 3 |
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 " |