projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
494f9c1
)
fixing the libaio search as its a singular element not part of a multipart search
author
tsunam
<tsunam@willow.dionex.com>
Tue, 22 Sep 2009 14:36:32 +0000
(07:36 -0700)
committer
tsunam
<tsunam@willow.dionex.com>
Tue, 22 Sep 2009 14:36:32 +0000
(07:36 -0700)
gen_initramfs.sh
patch
|
blob
|
history
diff --git
a/gen_initramfs.sh
b/gen_initramfs.sh
index 3aa5d1b019f65fd092d766ba874ba5c653f86ac6..2809f610bb12359526954a0eb25ed373dd0796d3 100755
(executable)
--- 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"