From 1e3611bee44cae58bc5278061e9cabebfbecec71 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 18 Dec 2016 09:03:25 +0000 Subject: live-dracut.conf: ensure drm drivers are available early in boot sequence. As advised by tmb in mga#19890. This is needed to ensure plymouth doesn't fall back to text mode. --- files/live-dracut.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/live-dracut.conf b/files/live-dracut.conf index de53452..7da277a 100644 --- a/files/live-dracut.conf +++ b/files/live-dracut.conf @@ -8,6 +8,8 @@ omit_dracutmodules+=" caps crypt dm dmraid mdraid lvm nfs i18n resume modsign " 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 " # 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