release-notes/devel/en_US FileSystems.xml,1.11,1.12

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Tue Apr 24 21:29:34 UTC 2007


Author: pfrields

Update of /cvs/docs/release-notes/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4849

Modified Files:
	FileSystems.xml 
Log Message:
Change hard disk labels since /dev/hd* is deprecated.  These strings
should not be translatable since they are CDATA.



Index: FileSystems.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/FileSystems.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- FileSystems.xml	4 Apr 2007 11:53:57 -0000	1.11
+++ FileSystems.xml	24 Apr 2007 21:29:31 -0000	1.12
@@ -25,7 +25,7 @@
     a swap partition:
   </para>
 
-<screen><![CDATA[my_swap /dev/hdb1 /dev/urandom swap,cipher=aes-cbc-essiv:sha256 
+<screen><![CDATA[my_swap /dev/sdb1 /dev/urandom swap,cipher=aes-cbc-essiv:sha256 
 ]]></screen>
 
   <para>
@@ -35,7 +35,7 @@
     filesystem volume:
   </para>
 
-<screen><![CDATA[my_volume /dev/hda5 /etc/volume_key cipher=aes-cbc-essiv:sha256 
+<screen><![CDATA[my_volume /dev/sda5 /etc/volume_key cipher=aes-cbc-essiv:sha256 
 ]]></screen>
 
   <para>




More information about the Fedora-docs-commits mailing list