repo.or.cz
/
void-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
python-texttable: update to 1.3.1
[void-packages.git]
/
srcpkgs
/
dracut
/
patches
/
ext_crc32c_module.patch
blob
54e47ac6a145c43ceadfbd1d8f452012318c6f9a
1
--- modules.d/99fs-lib/module-setup.sh.orig
2
+++ modules.d/99fs-lib/module-setup.sh
3
@@ -41,7 +41,7 @@
4
include_fs_helper_modules() {
5
local dev=$1 fs=$2
6
case "$fs" in
7
- xfs|btrfs)
8
+ xfs|btrfs|ext[234])
9
instmods crc32c
10
;;
11
f2fs)