dracut: include crc32c module for ext filesystems in hostonly mode
This commit is contained in:
parent
a216050fa9
commit
d82c735085
|
@ -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'
|
# Template file for 'dracut'
|
||||||
pkgname=dracut
|
pkgname=dracut
|
||||||
version=047
|
version=047
|
||||||
revision=3
|
revision=4
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc"
|
configure_args="--prefix=/usr --sysconfdir=/etc"
|
||||||
hostmakedepends="asciidoc pkg-config"
|
hostmakedepends="asciidoc pkg-config"
|
||||||
|
|
Loading…
Reference in New Issue