diff options
Diffstat (limited to 'chapter03/mounting.xml')
-rw-r--r-- | chapter03/mounting.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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</userinput></screen></para> with the appropriate partition names.</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 +permissions that are too restrictive (such as the nosuid, nodev or noatime options). You can run the <userinput>mount</userinput> 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.</para> +you see nosuid, nodev 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> |