From 1e163254645f9440f16ff2f5556c45bdd0050022 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Mon, 15 Sep 2003 21:47:44 +0000 Subject: Correcting several typos and some inconsistencies. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/mounting.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter03/mounting.xml') diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 4d8c8254b..14685e045 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -34,10 +34,10 @@ mount /dev/yyy $LFS/usr with the appropriate partition names. You should also ensure that this new partition is not mounted with -permissions that are too restrictive (such as the nosuid. nodev and noatime +permissions that are too restrictive (such as the nosuid, nodev or noatime options). You can run the mount command without any parameters to see with what options the LFS partition is mounted. If -you see nosuid, nodev and/or noatime, you will need to remount it. +you see nosuid, nodev or noatime, you will need to remount it. Now that we've made ourselves a place to work in, we're ready to download the packages. -- cgit v1.2.3-54-g00ecf