diff options
Diffstat (limited to 'files/live-dracut.conf')
-rw-r--r-- | files/live-dracut.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/files/live-dracut.conf b/files/live-dracut.conf index 80ba6d4..5e502d1 100644 --- a/files/live-dracut.conf +++ b/files/live-dracut.conf @@ -2,6 +2,8 @@ hostonly="no" # load mga livecd support add_dracutmodules+=" mgalive " +# block some dracut modules we dont want / use +omit_dracutmodules+=" caps crypt dm dmraid mdraid lvm nfs " # dont add theese in initrd as they prevent display_driver_helper to work" omit_drivers+=" radeon nouveau i915 " # compress initrd with xz |