Marcos Mello 2018-04-06 08:19:27 -03:00 committed by Harald Hoyer
parent 65cfabf7a6
commit 384eeedd2d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ echo_fs_helper() {
include_fs_helper_modules() {
local dev=$1 fs=$2
case "$fs" in
xfs|btrfs)
xfs|btrfs|ext4)
instmods crc32c
;;
f2fs)