aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'defaults/linuxrc')
-rw-r--r--defaults/linuxrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/defaults/linuxrc b/defaults/linuxrc
index b227ed2c..7fd32f0c 100644
--- a/defaults/linuxrc
+++ b/defaults/linuxrc
@@ -338,6 +338,11 @@ then
[ "$USE_ZFS" = "1" ] && MY_HWOPTS="${MY_HWOPTS} zfs"
fi
+# Hack for f2fs, which uses crc32 but does not depend on it (in many kernels at least):
+if [ "${ROOTFSTYPE}" = "f2fs" ]; then
+ FIRSTMODS="${FIRSTMODS} crc32_generic"
+fi
+
splash 'init'
cmdline_hwopts