en-US/Beginning_Installation_Hard_Disk_common-screen-1.xml

David Nalley ke4qqq at fedoraproject.org
Fri Mar 27 13:40:57 UTC 2009


 en-US/Beginning_Installation_Hard_Disk_common-screen-1.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e76bcbfb0721581283ea795e8ab2a2b47457dc19
Author: David Nalley <david at gnsa.us>
Date:   Fri Mar 27 09:39:07 2009 -0400

    Changed mount options for mounting
    iso images to include making the mount ro to respond to bug 477799

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 51ce263..4a1a161 100644
--- a/en-US/Beginning_Installation_Hard_Disk_common-screen-1.xml
+++ b/en-US/Beginning_Installation_Hard_Disk_common-screen-1.xml
@@ -3,7 +3,7 @@
 ]>
 
 <screen>
-  <command><![CDATA[mount -t iso9660 /path/to/Fedora11.iso /mnt/point -o loop]]></command>
+  <command><![CDATA[mount -t iso9660 /path/to/Fedora11.iso /mnt/point -o loop,ro]]></command>
   <command><![CDATA[cp -pr /mnt/point/images /path/images/]]></command>
   <command><![CDATA[umount /mnt/point]]></command>
 </screen>





More information about the Fedora-docs-commits mailing list