diff options
author | Thomas Balu Walter <tw@itreff.de> | 2001-03-19 14:30:14 +0000 |
---|---|---|
committer | Thomas Balu Walter <tw@itreff.de> | 2001-03-19 14:30:14 +0000 |
commit | 53b5ccf1730f9f481fca06bac949d3ea8dbd61c7 (patch) | |
tree | bf05ecf324c49f2133349837330a3bf34c43f99e /chapter07/fstab.xml | |
parent | 137bd506ad66d6c67186a63b30abd3c626e5a66d (diff) |
You
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@336 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |