From ef54082a31ce617f2da2f3ddfa90bc5f6102cdba Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 12 May 2012 22:23:55 +0000 Subject: block i915 from initrd too --- 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 f3ccecf..80ba6d4 100644 --- a/files/live-dracut.conf +++ b/files/live-dracut.conf @@ -3,6 +3,6 @@ hostonly="no" # load mga livecd support add_dracutmodules+=" mgalive " # dont add theese in initrd as they prevent display_driver_helper to work" -omit_drivers+=" radeon nouveau " +omit_drivers+=" radeon nouveau i915 " # compress initrd with xz compress_l="xz" -- cgit v1.2.1