parent
384eeedd2d
commit
ccaf52901f
|
|
@ -49,12 +49,12 @@ include_fs_helper_modules() {
|
|||
|
||||
# called by dracut
|
||||
installkernel() {
|
||||
# xfs and btrfs needs crc32c...
|
||||
# xfs/btrfs/ext4 need crc32c, f2fs needs crc32
|
||||
if [[ $hostonly ]]; then
|
||||
for_each_host_dev_fs include_fs_helper_modules
|
||||
:
|
||||
else
|
||||
instmods crc32c
|
||||
instmods crc32c crc32
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue