diff --git a/gen_initramfs.sh b/gen_initramfs.sh index 3aa5d1b..2809f61 100755 --- a/gen_initramfs.sh +++ b/gen_initramfs.sh @@ -144,7 +144,7 @@ append_multipath(){ || gen_die "Could not copy file ${i} for MULTIPATH" done - for i in /usr/lib/{libaio*} + for i in /usr/lib/libaio* do cp -a "${i}" "${TEMP}/initramfs-multipath-temp/lib" \ || gen_die "Could not copy file ${i} for MULTIPATH"