summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2012-05-20 01:41:44 +0000
committerOlivier Blin <blino@mageia.org>2012-05-20 01:41:44 +0000
commit25cfae65cb49e581415e7003af0d19100dbef702 (patch)
tree5e9fe74c0d4a343a29deff6437914f0c1383799c
parentd2c9c574e04c03ff2447dba4da4e33f0f96e333d (diff)
downloaddraklive-config-25cfae65cb49e581415e7003af0d19100dbef702.tar
draklive-config-25cfae65cb49e581415e7003af0d19100dbef702.tar.gz
draklive-config-25cfae65cb49e581415e7003af0d19100dbef702.tar.bz2
draklive-config-25cfae65cb49e581415e7003af0d19100dbef702.tar.xz
draklive-config-25cfae65cb49e581415e7003af0d19100dbef702.zip
dracut: save about 3MB by including only required filesystem modules
-rw-r--r--files/live-dracut.conf2
1 files changed, 2 insertions, 0 deletions
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 "