From 45a5807a1d832a4d74dcb1e68c01f491d3548bdf Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 20 May 2012 00:39:13 +0000 Subject: dracut: skip resume module as well --- files/live-dracut.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/live-dracut.conf b/files/live-dracut.conf index 29407ab..35573c0 100644 --- a/files/live-dracut.conf +++ b/files/live-dracut.conf @@ -3,7 +3,7 @@ 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 i18n " +omit_dracutmodules+=" caps crypt dm dmraid mdraid lvm nfs i18n resume " # 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