# 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
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/"
}