From 5345d959c9574c9f8457f00e48a40bdc02b8fae2 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Wed, 16 May 2012 23:29:54 +0000 Subject: dont add caps, crypt, dm, dmraid, mdraid, lvm and nfs dracut modules --- files/live-dracut.conf | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1