We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a5e63 commit d4a9d6bCopy full SHA for d4a9d6b
modules.d/99squash/module-setup.sh
@@ -2,13 +2,7 @@
2
3
check() {
4
require_binaries mksquashfs unsquashfs || return 1
5
-
6
- for i in CONFIG_SQUASHFS CONFIG_BLK_DEV_LOOP CONFIG_OVERLAY_FS; do
7
- if ! check_kernel_config $i; then
8
- dinfo "dracut-squash module requires kernel configuration $i (y or m)"
9
- return 1
10
- fi
11
- done
+ require_kernel_modules squashfs loop overlay || return 1
12
13
return 255
14
}
0 commit comments