From: Chris Gianelloni Date: Fri, 9 Mar 2007 22:02:21 +0000 (+0000) Subject: Fix creation of the EFI images. Since it is FAT, we can't go around perserving permi... X-Git-Tag: CATALYST_2_0_6_916~272 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b8a400ef12a9d3a2ff8e4f4169eef3d24df5eb77;p=catalyst.git Fix creation of the EFI images. Since it is FAT, we can't go around perserving permissions, now, can we? git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1222 d1e1f19c-881f-0410-ab34-b69fee027534 --- diff --git a/ChangeLog b/ChangeLog index f8221cd4..ba92609c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 # $Id: $ + 09 Mar 2007; Chris Gianelloni + 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 catalyst, targets/support/livecdfs-update.sh: Added a patch from Andrew Gaffney to fix my completely diff --git a/targets/support/create-iso.sh b/targets/support/create-iso.sh index 026f5b80..7ac208d7 100755 --- a/targets/support/create-iso.sh +++ b/targets/support/create-iso.sh @@ -132,7 +132,7 @@ case ${clst_hostarch} in ${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 @@ -355,7 +355,7 @@ case ${clst_hostarch} in ${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