# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
+ targets/support/create-iso.sh:
+ Fix creation of the EFI images. Since it is FAT, we can't go around
+ perserving permissions, now, can we?
+
06 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
targets/support/livecdfs-update.sh:
Added a patch from Andrew Gaffney <agaffney@gentoo.org> to fix my completely
${clst_target_path}/gentoo.efimg.mountPoint
echo '>> Populating EFI image...'
- cp -pPRv ${clst_target_path}/boot/* \
+ cp -rv ${clst_target_path}/boot/* \
${clst_target_path}/gentoo.efimg.mountPoint
umount ${clst_target_path}/gentoo.efimg.mountPoint
${clst_target_path}/gentoo.efimg.mountPoint
echo "Populating EFI image"
- cp -pPRv ${clst_target_path}/boot/* \
+ cp -rv ${clst_target_path}/boot/* \
${clst_target_path}/gentoo.efimg.mountPoint
umount ${clst_target_path}/gentoo.efimg.mountPoint