diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-22 20:38:21 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-08-22 20:38:21 +0000 |
commit | d9c836bba990a150e7b06e5d20f743d5ba8b4a10 (patch) | |
tree | 13ac70f0bae791d763756c1d3d5a4a71b3c9e566 /chapter02 | |
parent | 3f4c6ca1a4699abaaa1a5b3eb0a91ae3c0866c06 (diff) |
Update glibc text removing noatime mount
caution and adding text regarding test issues.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/mounting.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml index a3dfcc689..09378afc8 100644 --- a/chapter02/mounting.xml +++ b/chapter02/mounting.xml @@ -44,9 +44,9 @@ mount -v -t ext3 /dev/<replaceable><yyy></replaceable> $LFS/usr</userinput <replaceable><yyy></replaceable> with the appropriate partition names.</para> - <para>Ensure that this new partition is not mounted with permissions that - are too restrictive (such as the <option>nosuid</option>, <option>nodev</option>, - or <option>noatime</option> options). Run the <command>mount</command> command + <para>Ensure that this new partition is not mounted with permissions that are + too restrictive (such as the <option>nosuid</option> or + <option>nodev</option> options). Run the <command>mount</command> command without any parameters to see what options are set for the mounted LFS partition. If <option>nosuid</option>, <option>nodev</option>, and/or <option>noatime</option> are set, the partition will need to be |