commit:     5232dfdcb1447a5bf6f495e463dd7900554f95ce
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 11:43:39 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 11:43:39 2020 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=5232dfdc

gen_initramfs.sh: append_multipath(): don't check package file list with 
realpath

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 gen_initramfs.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 26cc5a4..eaa6f30 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -719,7 +719,6 @@ append_multipath() {
        local udevdir=$(get_udevdir)
        local udevdir_initramfs="/usr/lib/udev"
        local udev_files=( $(qlist -e sys-fs/multipath-tools:0 \
-               | xargs --no-run-if-empty realpath \
                | grep -E -- "^${udevdir}")
        )
 

Reply via email to