aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/fstab.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/fstab.xml')
-rw-r--r--chapter07/fstab.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter07/fstab.xml b/chapter07/fstab.xml
index 182bad0ba..63f9e305a 100644
--- a/chapter07/fstab.xml
+++ b/chapter07/fstab.xml
@@ -4,7 +4,7 @@
<para>
In order for certain programs to be able to determine where certain
partitions are supposed to be mounted by default, the /etc/fstab file is
-used. Create a new file <filename>/etc/fstab</filename> containing the
+used. A new file <filename>/etc/fstab</filename> is created containing the
following:
</para>
@@ -23,8 +23,9 @@ proc /proc proc defaults 0 0
</literallayout>
<para>
-Replace &lt;LFS-partition designation&gt;, &lt;swap-partition
-designation&gt; and &lt;fs-type&gt; with the appropriate values
+&lt;LFS-partition designation&gt;, &lt;swap-partition
+designation&gt; and &lt;fs-type&gt; have to be replaced with the appropriate
+ values
(/dev/hda2, /dev/hda5 and reiserfs for example).
</para>