aboutsummaryrefslogtreecommitdiffstats
path: root/chapter03/mounting.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-09-12 20:16:30 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-09-12 20:16:30 +0000
commit297d9a2922aadb76bc53d58882841a167dca9afe (patch)
tree468f95fdc0070b4338e8b90539e42f002b58ce22 /chapter03/mounting.xml
parent2785ba8e7a0967a3b42838dc8bab10d648a5e091 (diff)
Included noatime in the list of bad mount options and reworded that entire paragraph.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2788 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03/mounting.xml')
-rw-r--r--chapter03/mounting.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml
index 46c99f503..8a77ebc96 100644
--- a/chapter03/mounting.xml
+++ b/chapter03/mounting.xml
@@ -33,12 +33,12 @@ mount /dev/yyy $LFS/usr</userinput></screen></para>
<para>Of course, replace <filename>xxx</filename> and <filename>yyy</filename>
with the appropriate partition names.</para>
-<para>You should also ensure that this new partition doesn't mount with
-permissions which are too restrictive (such as the nosuid or nodev options).
-You can run the mount command with no parameters to see what options are in use.
-If you see nosuid or nodev on the LFS partition, you need to change your mount
-options.</para>
-
+<para>You should also ensure that this new partition is not mounted with
+permissions that are too restrictive (such as the nosuid. nodev and noatime
+options). You can run the <userinput>mount</userinput> command without any
+parameters to see with what options the LFS partition is mounted with. If
+you see nosuid, nodev and/or noatime, you will need to remount it.</para>
+
<para>Now that we've made ourselves a place to work in, we're ready to download
the packages.</para>