mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Revert changes for mounting partitions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1992 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
bc8b8a6881
commit
89fd6446de
@ -53,10 +53,6 @@ until after the second GCC build.</para></listitem>
|
|||||||
<listitem><para>June 12th, 2002 [timothy]: Chapter 06 - Shadow:
|
<listitem><para>June 12th, 2002 [timothy]: Chapter 06 - Shadow:
|
||||||
Made some grammatic changes.</para></listitem>
|
Made some grammatic changes.</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 & 06 - Gawk:
|
<listitem><para>June 11th, 2002 [timothy]: Chapter 05 & 06 - Gawk:
|
||||||
Created a list of package contents and descriptions.</para></listitem>
|
Created a list of package contents and descriptions.</para></listitem>
|
||||||
|
|
||||||
|
@ -27,8 +27,9 @@ 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/usr &&
|
<para><screen><userinput>mkdir -p /mnt/lfs &&
|
||||||
mount /dev/xxx /mnt/lfs &&
|
mount /dev/xxx /mnt/lfs &&
|
||||||
|
mkdir /mnt/lfs/usr &&
|
||||||
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
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20020612">
|
<!ENTITY version "20020613">
|
||||||
<!ENTITY releasedate "June 12th, 2002">
|
<!ENTITY releasedate "June 13th, 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">
|
||||||
|
Loading…
Reference in New Issue
Block a user