mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
Indented chapter 03.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7273 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
87bae3144c
commit
b0ed1af225
@ -1,13 +1,16 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<chapter id="chapter-getting-materials" xreflabel="Chapter 3">
|
<chapter id="chapter-getting-materials" xreflabel="Chapter 3">
|
||||||
<?dbhtml dir="chapter03"?>
|
<?dbhtml dir="chapter03"?>
|
||||||
<title>Packages and Patches</title>
|
|
||||||
<?dbhtml filename="chapter03.html"?>
|
<?dbhtml filename="chapter03.html"?>
|
||||||
|
|
||||||
|
<title>Packages and Patches</title>
|
||||||
|
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="packages.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="packages.xml"/>
|
||||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="patches.xml"/>
|
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="patches.xml"/>
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="materials-introduction">
|
<sect1 id="materials-introduction">
|
||||||
<title>Introduction</title>
|
|
||||||
<?dbhtml filename="introduction.html"?>
|
<?dbhtml filename="introduction.html"?>
|
||||||
|
|
||||||
|
<title>Introduction</title>
|
||||||
|
|
||||||
<para>This chapter includes a list of packages that need to be downloaded for
|
<para>This chapter includes a list of packages that need to be downloaded for
|
||||||
building a basic Linux system. The listed version numbers correspond to versions
|
building a basic Linux system. The listed version numbers correspond to versions
|
||||||
of the software that are known to work, and this book is based on their use. We
|
of the software that are known to work, and this book is based on their use. We
|
||||||
@ -31,9 +34,9 @@ directory. By using this directory, the required elements will be
|
|||||||
located on the LFS partition and will be available during all stages
|
located on the LFS partition and will be available during all stages
|
||||||
of the building process.</para>
|
of the building process.</para>
|
||||||
|
|
||||||
<para>To create this directory, execute, as user
|
<para>To create this directory, execute, as user <systemitem
|
||||||
<emphasis>root</emphasis>, the following command before starting the
|
class="username">root</systemitem>, the following command before starting
|
||||||
download session:</para>
|
the download session:</para>
|
||||||
|
|
||||||
<screen role="nodump"><userinput>mkdir -v $LFS/sources</userinput></screen>
|
<screen role="nodump"><userinput>mkdir -v $LFS/sources</userinput></screen>
|
||||||
|
|
||||||
@ -46,4 +49,3 @@ sticky modes:</para>
|
|||||||
<screen role="nodump"><userinput>chmod -v a+wt $LFS/sources</userinput></screen>
|
<screen role="nodump"><userinput>chmod -v a+wt $LFS/sources</userinput></screen>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="materials-packages">
|
<sect1 id="materials-packages">
|
||||||
<title>All Packages</title>
|
|
||||||
<?dbhtml filename="packages.html"?>
|
<?dbhtml filename="packages.html"?>
|
||||||
|
|
||||||
|
<title>All Packages</title>
|
||||||
|
|
||||||
<para>Download or otherwise obtain the following packages:</para>
|
<para>Download or otherwise obtain the following packages:</para>
|
||||||
|
|
||||||
<variablelist role="materials">
|
<variablelist role="materials">
|
||||||
@ -106,12 +109,15 @@
|
|||||||
<term>File (&file-version;) - 399 KB:</term>
|
<term>File (&file-version;) - 399 KB:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="ftp://ftp.gw.com/mirrors/pub/unix/file/"/></para>
|
<para><ulink url="ftp://ftp.gw.com/mirrors/pub/unix/file/"/></para>
|
||||||
<note><para>File (&file-version;) may no longer be available at the
|
|
||||||
|
<note>
|
||||||
|
<para>File (&file-version;) may no longer be available at the
|
||||||
listed location. The site administrators of the master download
|
listed location. The site administrators of the master download
|
||||||
location occasionally remove older versions when new ones are
|
location occasionally remove older versions when new ones are
|
||||||
released. An alternative download location that may have the correct
|
released. An alternative download location that may have the correct
|
||||||
version available can also be found at: <ulink
|
version available can also be found at: <ulink
|
||||||
url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para></note>
|
url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para>
|
||||||
|
</note>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -317,10 +323,13 @@ url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para></note>
|
|||||||
<term>Ncurses Rollup Patch (&ncurses-date;) - 328 KB:</term>
|
<term>Ncurses Rollup Patch (&ncurses-date;) - 328 KB:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="ftp://invisible-island.net/ncurses/&ncurses-version;/"/></para>
|
<para><ulink url="ftp://invisible-island.net/ncurses/&ncurses-version;/"/></para>
|
||||||
<note><para>Ncurses Rollup Patch (&ncurses-date;) may no longer be available at the
|
|
||||||
listed location. The site administrators of the master download
|
<note>
|
||||||
location occasionally remove older versions when new ones are
|
<para>Ncurses Rollup Patch (&ncurses-date;) may no longer be available
|
||||||
released. There is no alternative download location yet.</para></note>
|
at the listed location. The site administrators of the master download
|
||||||
|
location occasionally remove older versions when new ones are released.
|
||||||
|
There is no alternative download location yet.</para>
|
||||||
|
</note>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
-->
|
-->
|
||||||
@ -371,11 +380,15 @@ released. There is no alternative download location yet.</para></note>
|
|||||||
<term>Shadow (&shadow-version;) - 1,057 KB:</term>
|
<term>Shadow (&shadow-version;) - 1,057 KB:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="ftp://ftp.pld.org.pl/software/shadow/"/></para>
|
<para><ulink url="ftp://ftp.pld.org.pl/software/shadow/"/></para>
|
||||||
<note><para>Shadow (&shadow-version;) may no longer be available at the listed
|
|
||||||
location. The site administrators of the master download location occasionally
|
<note>
|
||||||
remove older versions when new ones are released. An alternative download
|
<para>Shadow (&shadow-version;) may no longer be available at the
|
||||||
location that may have the correct version available cat also be found at: <ulink
|
listed location. The site administrators of the master download
|
||||||
url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para></note>
|
location occasionally remove older versions when new ones are released.
|
||||||
|
An alternative download location that may have the correct version
|
||||||
|
available cat also be found at: <ulink
|
||||||
|
url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para>
|
||||||
|
</note>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
@ -1,12 +1,15 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
||||||
<!ENTITY % general-entities SYSTEM "../general.ent">
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
||||||
%general-entities;
|
%general-entities;
|
||||||
]>
|
]>
|
||||||
|
|
||||||
<sect1 id="materials-patches">
|
<sect1 id="materials-patches">
|
||||||
<title>Needed Patches</title>
|
|
||||||
<?dbhtml filename="patches.html"?>
|
<?dbhtml filename="patches.html"?>
|
||||||
|
|
||||||
|
<title>Needed Patches</title>
|
||||||
|
|
||||||
<para>In addition to the packages, several patches are also required.
|
<para>In addition to the packages, several patches are also required.
|
||||||
These patches correct any mistakes in the packages that should be
|
These patches correct any mistakes in the packages that should be
|
||||||
fixed by the maintainer. The patches also make small modifications to
|
fixed by the maintainer. The patches also make small modifications to
|
||||||
@ -96,17 +99,21 @@ needed to build an LFS system:</para>
|
|||||||
<term>Groff Debian Patch - 129 KB:</term>
|
<term>Groff Debian Patch - 129 KB:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para><ulink url="http://ftp.debian.org/debian/pool/main/g/groff/&groff-debian-patch;"/></para>
|
<para><ulink url="http://ftp.debian.org/debian/pool/main/g/groff/&groff-debian-patch;"/></para>
|
||||||
<note><para>Groff Debian Patch (&groff-version;-&groff-patchlevel;)
|
|
||||||
may no longer be available at the
|
<note>
|
||||||
listed location. The site administrators of the master download
|
<para>Groff Debian Patch (&groff-version;-&groff-patchlevel;) may no
|
||||||
location occasionally remove older versions when new ones are
|
longer be available at the listed location. The site administrators
|
||||||
released. There is no alternative download location yet.</para></note>
|
of the master download location occasionally remove older versions
|
||||||
|
when new ones are released. There is no alternative download location
|
||||||
|
yet.</para>
|
||||||
|
</note>
|
||||||
<!-- Actually there's snapshot.debian.net, but they have hardware problems -->
|
<!-- Actually there's snapshot.debian.net, but they have hardware problems -->
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Gzip Security Patch - 2 KB:</term><listitem>
|
<term>Gzip Security Patch - 2 KB:</term>
|
||||||
|
<listitem>
|
||||||
<para><ulink url="&patches-root;&gzip-security_fix-patch;"/></para>
|
<para><ulink url="&patches-root;&gzip-security_fix-patch;"/></para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@ -233,4 +240,3 @@ default. Feel free to peruse the patches database located at
|
|||||||
patches to suit the system needs.</para>
|
patches to suit the system needs.</para>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user