dracut: include crc32c module for ext filesystems in hostonly mode
This commit is contained in:
parent
a216050fa9
commit
d82c735085
2 changed files with 12 additions and 1 deletions
11
srcpkgs/dracut/patches/ext_crc32c_module.patch
Normal file
11
srcpkgs/dracut/patches/ext_crc32c_module.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- modules.d/99fs-lib/module-setup.sh.orig
|
||||
+++ modules.d/99fs-lib/module-setup.sh
|
||||
@@ -41,7 +41,7 @@
|
||||
include_fs_helper_modules() {
|
||||
local dev=$1 fs=$2
|
||||
case "$fs" in
|
||||
- xfs|btrfs)
|
||||
+ xfs|btrfs|ext[234])
|
||||
instmods crc32c
|
||||
;;
|
||||
f2fs)
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dracut'
|
||||
pkgname=dracut
|
||||
version=047
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --sysconfdir=/etc"
|
||||
hostmakedepends="asciidoc pkg-config"
|
||||
|
|
Loading…
Reference in a new issue