diff options
Diffstat (limited to 'chapter07/fstab.xml')
-rw-r--r-- | chapter07/fstab.xml | 7 |
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 <LFS-partition designation>, <swap-partition -designation> and <fs-type> with the appropriate values +<LFS-partition designation>, <swap-partition +designation> and <fs-type> have to be replaced with the appropriate + values (/dev/hda2, /dev/hda5 and reiserfs for example). </para> |