diff options
-rw-r--r-- | files/live-dracut.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |