From 2e82dec27838acd14667bd46005e6f2e10bf6d7b Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 4 Jun 2017 20:16:12 +0100 Subject: live-dracut.conf: add vboxvideo to drivers in initrd Once more to stop plymouth falling back to text mode (mga#19642). --- files/live-dracut.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/live-dracut.conf b/files/live-dracut.conf index 7da277a..42b3e24 100644 --- a/files/live-dracut.conf +++ b/files/live-dracut.conf @@ -9,7 +9,7 @@ compress_l="xz" # whitelist only the filesystems needed by live CDs and live USB filesystems="iso9660 vfat =fs/nls squashfs overlay" # ensure drm drivers are available early in the boot sequence -add_drivers+=" amdgpu radeon nouveau i915 " +add_drivers+=" amdgpu radeon nouveau i915 vboxvideo " # fibre channel & iSCSI modules are unneeded on live CD/USB and pull 1MB+ of firmware files omit_drivers+=" qla1280 qla2xxx qla4xxx " # pata_acpi is not wanted on boot -- cgit v1.2.1