Updating some multipath code from Gentoo bug #284589
authortsunam <tsunam@willow.dionex.com>
Mon, 21 Sep 2009 18:12:08 +0000 (11:12 -0700)
committertsunam <tsunam@willow.dionex.com>
Mon, 21 Sep 2009 18:12:08 +0000 (11:12 -0700)
ChangeLog
gen_initramfs.sh

index c2df1c49be8e5c0e59fe4027d5c8f7c1b55960dd..c4aaee624e5882360898585536649c62a1c5713d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
 # Distributed under the GPL v2
 # $Id$
 
+  21 Sep 2009; <tsunam@gentoo.org> gen_initramfs.sh:
+  Update to fix broken initramfs caused by multipath config in Gentoo bug #284589
+
   05 Sep 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
   defaults/linuxrc:
   Apply patch from Gentoo bug #220913 for tuxonice resume
index 2ad0deb7412586e8d52719ab5fadff45f92b7e8e..4654eefa8b1a8b896126341a25afdd0224955f0d 100755 (executable)
@@ -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/"
 }