Fix creation of the EFI images. Since it is FAT, we can't go around perserving permi...
authorChris Gianelloni <wolf31o2@gentoo.org>
Fri, 9 Mar 2007 22:02:21 +0000 (22:02 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Fri, 9 Mar 2007 22:02:21 +0000 (22:02 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@1222 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/support/create-iso.sh

index f8221cd45f7eb7877299aa00139dd1653b339eaa..ba92609cb3acd4867e7b3f9e096a67c92bb605af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
 # 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
index 026f5b80a82f1f9bd6e6c1a73c304b84f22e0b39..7ac208d7c7e0ff489c55417ea02fda081151b462 100755 (executable)
@@ -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