commit: 7f6627c96cbb22eb758e060c64c066fc85b7e50f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 20:45:04 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 20:45:04 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=7f6627c9
initrd.scripts: start_volumes(): dmsetup was moved to /usr/sbin
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
defaults/initrd.scripts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts
index 48a2d3d..b33fad7 100644
--- a/defaults/initrd.scripts
+++ b/defaults/initrd.scripts
@@ -1396,7 +1396,7 @@ start_volumes() {
[ -x "${multipath_path}" ] && break
done
- for dmsetup_path in /sbin/dmsetup /bin/dmsetup MISSING
+ for dmsetup_path in /usr/sbin/dmsetup /sbin/dmsetup
/bin/dmsetup MISSING
do
[ -x "${dmsetup_path}" ] && break
done