summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 "