We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a4b76 commit 79f9d9eCopy full SHA for 79f9d9e
modules.d/90lvm/module-setup.sh
@@ -3,7 +3,7 @@
3
# called by dracut
4
check() {
5
# No point trying to support lvm if the binaries are missing
6
- require_binaries lvm || return 1
+ require_binaries lvm grep || return 1
7
8
[[ $hostonly ]] || [[ $mount_needs ]] && {
9
for fs in "${host_fs_types[@]}"; do
@@ -48,7 +48,7 @@ installkernel() {
48
49
50
install() {
51
- inst lvm
+ inst_multiple lvm grep
52
53
if [[ $hostonly_cmdline == "yes" ]]; then
54
local _lvmconf
0 commit comments