From: Harald Hoyer Date: Thu, 21 Feb 2013 11:07:34 +0000 (+0100) Subject: lvm/module-setup.sh: use for_each_host_dev_and_slaves_all X-Git-Tag: 026~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d4d3f8da624ccc27798b01fdd0f3c594267f53a;p=thirdparty%2Fdracut.git lvm/module-setup.sh: use for_each_host_dev_and_slaves_all Use for_each_host_dev_and_slaves_all to get all lvm setups for the host-only case. Thanks to Olivier Thauvin --- diff --git a/modules.d/90lvm/module-setup.sh b/modules.d/90lvm/module-setup.sh index cefd3e92a..e0e4043fb 100755 --- a/modules.d/90lvm/module-setup.sh +++ b/modules.d/90lvm/module-setup.sh @@ -22,7 +22,7 @@ check() { } [[ $hostonly ]] || [[ $mount_needs ]] && { - for_each_host_dev_and_slaves check_lvm || return 1 + for_each_host_dev_and_slaves_all check_lvm || return 1 } return 0