aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsunam <tsunam@willow.dionex.com>2009-09-21 11:12:08 -0700
committertsunam <tsunam@willow.dionex.com>2009-09-21 11:12:08 -0700
commit5539d255345057a79c832c3f79edcb571ff66828 (patch)
tree49d35fee0e0d39fd7ab3705f2388726205c191d9 /gen_initramfs.sh
parentApply patch from Gentoo bug #220913 for tuxonice resume (diff)
downloadgenkernel-5539d255345057a79c832c3f79edcb571ff66828.tar.gz
genkernel-5539d255345057a79c832c3f79edcb571ff66828.tar.bz2
genkernel-5539d255345057a79c832c3f79edcb571ff66828.zip
Updating some multipath code from Gentoo bug #284589
Diffstat (limited to 'gen_initramfs.sh')
-rwxr-xr-xgen_initramfs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index 2ad0deb7..4654eefa 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -166,7 +166,7 @@ append_multipath(){
then
cp /etc/scsi_id.config "${TEMP}/initramfs-multipath-temp/etc/" || gen_die 'could not copy scsi_id.config'
fi
- cd "${TEMP/initramfs-multipath-temp/}"
+ cd "${TEMP}/initramfs-multipath-temp"
find . -print | cpio ${CPIO_ARGS} --append -F "${CPIO}"
rm -r "${TEMP}/initramfs-multipath-temp/"
}