en-US/Beginning_Installation_Hard_Disk_common-screen-1.xml

David Nalley ke4qqq at fedoraproject.org
Fri Mar 27 13:30:23 UTC 2009


 en-US/Beginning_Installation_Hard_Disk_common-screen-1.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 7eb01bf617a4d9a901b0c857544a5e2d46d44490
Author: David Nalley <david at gnsa.us>
Date:   Fri Mar 27 09:24:11 2009 -0400

    fixing cp command arguments (from -a to -pr) to prevent selinux error for hard disk installation. reported in bug 478536 and 473384

diff --git a/en-US/Beginning_Installation_Hard_Disk_common-screen-1.xml b/en-US/Beginning_Installation_Hard_Disk_common-screen-1.xml
index 7f2ef6c..51ce263 100644
--- a/en-US/Beginning_Installation_Hard_Disk_common-screen-1.xml
+++ b/en-US/Beginning_Installation_Hard_Disk_common-screen-1.xml
@@ -4,6 +4,6 @@
 
 <screen>
   <command><![CDATA[mount -t iso9660 /path/to/Fedora11.iso /mnt/point -o loop]]></command>
-  <command><![CDATA[cp -a /mnt/point/images /path/images/]]></command>
+  <command><![CDATA[cp -pr /mnt/point/images /path/images/]]></command>
   <command><![CDATA[umount /mnt/point]]></command>
-</screen>
\ No newline at end of file
+</screen>





More information about the Fedora-docs-commits mailing list