aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter07/fstab.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter07/fstab.xml b/chapter07/fstab.xml
index 1c0be5826..182bad0ba 100644
--- a/chapter07/fstab.xml
+++ b/chapter07/fstab.xml
@@ -13,7 +13,7 @@ following:
<userinput>cat &gt; /etc/fstab &lt;&lt; "EOF"</userinput>
# Begin /etc/fstab
-/dev/&lt;LFS-partition designation&gt; / ext2 defaults 1 1
+/dev/&lt;LFS-partition designation&gt; / &lt;fs-type&gt; defaults 1 1
/dev/&lt;swap-partition designation&gt; swap swap defaults 0 0
proc /proc proc defaults 0 0
@@ -23,9 +23,9 @@ proc /proc proc defaults 0 0
</literallayout>
<para>
-Replace &lt;LFS-partition designation&gt; and &lt;swap-partition
-designation&gt; with the appropriate devices (/dev/hda5 and /dev/hda6 in my
-case).
+Replace &lt;LFS-partition designation&gt;, &lt;swap-partition
+designation&gt; and &lt;fs-type&gt; with the appropriate values
+(/dev/hda2, /dev/hda5 and reiserfs for example).
</para>
</sect1>