diff options
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/mounting.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index c1673b537..38b15eb28 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -27,8 +27,9 @@ now.</para> <para>If you decided to create multiple partitions for LFS (say $LFS and $LFS/usr), mount them like this:</para> -<para><screen><userinput>mkdir -p /mnt/lfs/usr && +<para><screen><userinput>mkdir -p /mnt/lfs && mount /dev/xxx /mnt/lfs && +mkdir /mnt/lfs/usr && mount /dev/yyy /mnt/lfs/usr</userinput></screen></para> <para>Of course, replace /dev/xxx and /dev/yyy with the appropriate |