From a3718d4d4f45914b6f0a48f6892759888c19da20 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 13 Feb 2021 20:00:51 +0000 Subject: Include f2fs support in live system initrd. This allows f2fs to be used for persistence partitions. --- files/dracut-live.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/dracut-live.conf b/files/dracut-live.conf index 21a357c..7b85a54 100644 --- a/files/dracut-live.conf +++ b/files/dracut-live.conf @@ -7,7 +7,7 @@ omit_dracutmodules+=" caps dmraid mdraid lvm nfs i18n resume modsign " # compress initrd with xz compress_l="xz" # whitelist only the filesystems needed by live CDs and live USB -filesystems="iso9660 vfat =fs/nls squashfs overlay" +filesystems="iso9660 vfat =fs/nls squashfs overlay f2fs" # ensure drm drivers are available early in the boot sequence add_drivers+=" amdgpu radeon nouveau i915 vboxvideo " # fibre channel & iSCSI modules are unneeded on live CD/USB and pull 1MB+ of firmware files -- cgit v1.2.1