From 3566b5392dd213f0e9636654c8df360197c228cb Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 3 Apr 2002 23:17:34 +0000 Subject: added some notes how to deal with multiple partitions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1786 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter03/mounting.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'chapter03') diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 7e17b3ec5..38b15eb28 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -24,5 +24,16 @@ back in chapter 2. If you were planning to make use of the $LFS environment variable, export LFS=/mnt/lfs has to be executed now. +If you decided to create multiple partitions for LFS (say $LFS and +$LFS/usr), mount them like this: + +mkdir -p /mnt/lfs && +mount /dev/xxx /mnt/lfs && +mkdir /mnt/lfs/usr && +mount /dev/yyy /mnt/lfs/usr + +Of course, replace /dev/xxx and /dev/yyy with the appropriate +partition designations. + -- cgit v1.2.3-54-g00ecf