mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
revised the "how to download the software" section
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1857 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
d9760bffa1
commit
f44985dc48
@ -5,17 +5,19 @@
|
|||||||
<para>Throughout this document, we will assume that all the
|
<para>Throughout this document, we will assume that all the
|
||||||
packages that were downloaded are placed somewhere in $LFS/usr/src.</para>
|
packages that were downloaded are placed somewhere in $LFS/usr/src.</para>
|
||||||
|
|
||||||
<para>A convention you could use is having a $LFS/usr/src/sources directory.
|
<para>While it doesn't matter at all where you save the downloaded
|
||||||
Under sources, you can create the directory 0-9 and the directories a
|
packages, we recommend storing it at least on the LFS partition. This just
|
||||||
through z. A package like sysvinit-&sysvinit-version;.tar.bz2 is stored under
|
makes sense because you would still have access to those files when you boot
|
||||||
$LFS/usr/src/sources/s/. A package like bash-&bash-version;.tar.bz2 is stored
|
into the LFS system. $LFS/usr/src is just a logical place to store source
|
||||||
under $LFS/usr/src/sources/b/, and so forth.</para>
|
code, but by no means a requirement. You may even want to create a
|
||||||
|
subdirectory under $LFS/usr/src for tarball storage. That way you can
|
||||||
|
seperate tarballs from temporary build directories, but again that's up
|
||||||
|
to you.</para>
|
||||||
|
|
||||||
<para>The next chapter contains the list of all the packages that need to be
|
<para>The next chapter contains a list of all the packages that need to be
|
||||||
downloaded, but the partition that is going to contain our LFS system isn't
|
downloaded. The LFS partition isn't created yet, so you can't store it
|
||||||
created yet. Therefore, you should store the files somewhere else and later
|
there yet. Just save it elsewhere for now, and when the LFS partition is
|
||||||
on move them to $LFS/usr/src/ when the chapter in which the new partition is
|
created, move them over.</para>
|
||||||
prepared has been finished.</para>
|
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
<!ENTITY book SYSTEM "book/book.xml">
|
<!ENTITY book SYSTEM "book/book.xml">
|
||||||
|
|
||||||
<!ENTITY version "20020426">
|
<!ENTITY version "20020429">
|
||||||
<!ENTITY releasedate "April 26th, 2002">
|
<!ENTITY releasedate "April 29th, 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