From adc242e6351cee613f2494ba7261f414d120e9f0 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sun, 4 Dec 2016 20:20:02 +0000 Subject: live-dracut.conf: no longer omit radeon, nouveau, i915 (mga#19890). Plymouth no longer works reliably if the drm drivers are not present in the initial ramdisk. This will need wider testing to be sure it doesn't have any unwanted side effects. See the bug report for more details. --- files/live-dracut.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'files') diff --git a/files/live-dracut.conf b/files/live-dracut.conf index 5206351..de53452 100644 --- a/files/live-dracut.conf +++ b/files/live-dracut.conf @@ -4,8 +4,6 @@ hostonly="no" add_dracutmodules+=" mgalive " # block some dracut modules we dont want / use omit_dracutmodules+=" caps crypt dm dmraid mdraid lvm nfs i18n resume modsign " -# dont add theese in initrd as they prevent display_driver_helper to work" -omit_drivers+=" radeon nouveau i915 " # compress initrd with xz compress_l="xz" # whitelist only the filesystems needed by live CDs and live USB -- cgit v1.2.1