en_US/other-instmethods.xml

Paul W. Frields pfrields at fedoraproject.org
Tue Dec 2 16:56:26 UTC 2008


 en_US/other-instmethods.xml |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 918fc10e53b436c4a71cc5fbb623b3ca59d64daf
Author: Paul W. Frields <stickster at gmail.com>
Date:   Tue Dec 2 11:55:54 2008 -0500

    Use a leading slash for HD install method

diff --git a/en_US/other-instmethods.xml b/en_US/other-instmethods.xml
index ea027b9..d6d8663 100644
--- a/en_US/other-instmethods.xml
+++ b/en_US/other-instmethods.xml
@@ -170,15 +170,23 @@
 	<seg>VFAT, NTFS</seg>
 	<seg>D:\</seg>
 	<seg>D:\Downloads\&FCX;&FCVER;</seg>
-	<seg>Downloads/&FCX;&FCVER;</seg>
+	<seg>/Downloads/&FCX;&FCVER;</seg>
       </seglistitem>
       <seglistitem>
 	<seg>ext2, ext3</seg>
 	<seg>/home</seg>
 	<seg>/home/user1/&FCX;&FCVER;</seg>
-	<seg>user1/&FCX;&FCVER;</seg>
+	<seg>/user1/&FCX;&FCVER;</seg>
       </seglistitem>
     </segmentedlist>
+    <tip>
+      <title>Use a leading slash</title>
+      <para>
+	Use a leading slash character (/) to start the directory path.
+	An entry without a leading slash may cause the installation to
+	fail.
+      </para>
+    </tip>
     <para>
       Select <guibutton>OK</guibutton> to continue.  Proceed with <xref
 	linkend="ch-welcome"/>.





More information about the Fedora-docs-commits mailing list