diff options
Diffstat (limited to 'chapter03/mounting.xml')
-rw-r--r-- | chapter03/mounting.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 38b15eb28..c1673b537 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -27,9 +27,8 @@ 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 && +<para><screen><userinput>mkdir -p /mnt/lfs/usr && 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 |