Joined two commands which create the /mnt/lfs and /mnt/lfs/usr directories.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Timothy Bauscher 2002-06-13 00:39:42 +00:00
parent a0e0ac0fc9
commit ffc873df52
3 changed files with 7 additions and 4 deletions

View File

@ -45,6 +45,10 @@
</itemizedlist> </itemizedlist>
</para></listitem> </para></listitem>
<listitem><para>June 12th, 2002 [timothy]: Chapter 04 - Mounting the
new partition: Joined two commands which create the /mnt/lfs and
/mnt/lfs/usr directories.</para></listitem>
<listitem><para>June 11th, 2002 [timothy]: Chapter 05 &amp; 06 - Gawk: <listitem><para>June 11th, 2002 [timothy]: Chapter 05 &amp; 06 - Gawk:
Created a list of package contents and descriptions.</para></listitem> Created a list of package contents and descriptions.</para></listitem>

View File

@ -27,9 +27,8 @@ now.</para>
<para>If you decided to create multiple partitions for LFS (say $LFS and <para>If you decided to create multiple partitions for LFS (say $LFS and
$LFS/usr), mount them like this:</para> $LFS/usr), mount them like this:</para>
<para><screen><userinput>mkdir -p /mnt/lfs &amp;&amp; <para><screen><userinput>mkdir -p /mnt/lfs/usr &amp;&amp;
mount /dev/xxx /mnt/lfs &amp;&amp; mount /dev/xxx /mnt/lfs &amp;&amp;
mkdir /mnt/lfs/usr &amp;&amp;
mount /dev/yyy /mnt/lfs/usr</userinput></screen></para> mount /dev/yyy /mnt/lfs/usr</userinput></screen></para>
<para>Of course, replace /dev/xxx and /dev/yyy with the appropriate <para>Of course, replace /dev/xxx and /dev/yyy with the appropriate

View File

@ -4,8 +4,8 @@
<!ENTITY book SYSTEM "book/book.xml"> <!ENTITY book SYSTEM "book/book.xml">
<!ENTITY version "20020611"> <!ENTITY version "20020612">
<!ENTITY releasedate "June 11th, 2002"> <!ENTITY releasedate "June 12th, 2002">
<!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
<!ENTITY http-root "http://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org">