From 25cfae65cb49e581415e7003af0d19100dbef702 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 20 May 2012 01:41:44 +0000 Subject: dracut: save about 3MB by including only required filesystem modules --- files/live-dracut.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/live-dracut.conf b/files/live-dracut.conf index 47a17a8..dc239d7 100644 --- a/files/live-dracut.conf +++ b/files/live-dracut.conf @@ -8,5 +8,7 @@ omit_dracutmodules+=" caps crypt dm dmraid mdraid lvm nfs i18n resume " omit_drivers+=" radeon nouveau i915 " # compress initrd with xz compress_l="xz" +# whitelist only the filesystems needed by live CDs and live USB +filesystems="iso9660 vfat =fs/nls squashfs unionfs" # fibre channel & iSCSI modules are unneeded on live CD/USB and pull 1MB+ of firmware files omit_drivers+=" qla1280 qla2xxx qla4xxx " -- cgit v1.2.1