diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-26 20:57:05 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-08-26 20:57:05 +0000 |
commit | 69a7180b3ade75d2abfc11d229918c5ad4032d08 (patch) | |
tree | ae398bf766b877d01c0f439d6e03826e939269d5 /chapter03 | |
parent | cfdcaef7823d0b4841cbea42d4b555417568d7aa (diff) |
Added text to chapter 03 mounting of the LFS partition regarding restrictive mount permissions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2680 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/mounting.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index aad021ca0..46c99f503 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -33,6 +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>Now that we've made ourselves a place to work in, we're ready to download the packages.</para> |