From 69a7180b3ade75d2abfc11d229918c5ad4032d08 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Tue, 26 Aug 2003 20:57:05 +0000 Subject: 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 --- chapter01/changelog.xml | 4 ++++ chapter03/mounting.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1b83d7ad2..f5cbd9f5b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,10 @@ +August 26, 2003 [jeremy] - Chapter 04 - +Mounting the LFS partition: Added text regarding mounting +with too restrictive permissions. + August 26, 2003 [jeremy] - Chapter 06 - Creating Directories: Added the creation of the /dev/shm directory. 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 Of course, replace xxx and yyy with the appropriate partition names. +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. + Now that we've made ourselves a place to work in, we're ready to download the packages. -- cgit v1.2.3-54-g00ecf