Changeset d5d4d82 in clfs-sysroot
- Timestamp:
- Jul 20, 2006, 2:24:03 AM (18 years ago)
- Branches:
- master
- Children:
- 6e439f9
- Parents:
- c3b61cb
- Location:
- BOOK
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
rc3b61cb rd5d4d82 126 126 <listitem> 127 127 <para>This checks the host environment and makes sure all the 128 necessary tools are available to compile binutils.</para>128 necessary tools are available to compile Binutils.</para> 129 129 </listitem> 130 130 </varlistentry> -
BOOK/final-system/common/bzip2.xml
rc3b61cb rd5d4d82 45 45 <screen os="p6"><userinput>patch -Np1 -i ../&bzip2-remove_tempfile-patch;</userinput></screen> 46 46 47 <para os="s1">Disable running of the testsuite after a successful build:</para> 47 <para os="s1">Bzip2's default Makefile target automatically runs 48 the testsuite as well. Disable the tests since they won't work on a 49 multi-architecture build:</para> 48 50 49 51 <screen os="s2"><userinput>cp Makefile{,.orig} -
BOOK/final-system/common/gzip.xml
rc3b61cb rd5d4d82 26 26 <title>Installation of Gzip</title> 27 27 28 <para os="p1">The following patch fixes two security vulnerabilities in Gzip .29 First,a path traversal bug when using the <option>-N</option> option30 (CAN-2005-1228) Second,a race condition in the file permission restore31 code (CAN-2005-0998) </para>28 <para os="p1">The following patch fixes two security vulnerabilities in Gzip: 29 a path traversal bug when using the <option>-N</option> option 30 (CAN-2005-1228), and a race condition in the file permission restore 31 code (CAN-2005-0998):</para> 32 32 33 33 <screen os="p2"><userinput>patch -Np1 -i ../&gzip-security_fix-patch;</userinput></screen> -
BOOK/final-system/common/man.xml
rc3b61cb rd5d4d82 118 118 <para os="v">Additional information with regards to the compression of 119 119 man and info pages can be found in the BLFS book at 120 <ulink url="&blfs-root;view/ cvs/postlfs/compressdoc.html"/>.</para>120 <ulink url="&blfs-root;view/svn/postlfs/compressdoc.html"/>.</para> 121 121 122 122 </sect2> -
BOOK/final-system/common/sysklogd.xml
rc3b61cb rd5d4d82 27 27 28 28 <para os="a">The following patch fixes various issues, including a 29 problem building Sysklogd with Linux 2.6 series kernels </para>29 problem building Sysklogd with Linux 2.6 series kernels:</para> 30 30 31 31 <screen os="b"><userinput>patch -Np1 -i ../&sysklogd-fixes-patch;</userinput></screen> -
BOOK/general.ent
rc3b61cb rd5d4d82 3 3 <!ENTITY month "07"> <!-- Use two digits --> 4 4 <!ENTITY month_name "July"> 5 <!ENTITY day "1 6"> <!-- Use two digits -->5 <!ENTITY day "19"> <!-- Use two digits --> 6 6 <!ENTITY year "2006"> <!-- Use four digits --> 7 7 … … 19 19 20 20 <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> 21 <!ENTITY clfs-root "http://trac.cross-lfs.org/"> 21 <!ENTITY clfs-root "http://cross-lfs.org/"> 22 <!ENTITY clfs-wiki "http://trac.cross-lfs.org/"> 22 23 <!ENTITY blfs-root "&lfs-root;blfs/"> 23 <!ENTITY faq-root "& lfs-root;faq/">24 <!ENTITY faq-root "&clfs-wiki;wiki/faq"> 24 25 <!ENTITY hints-root "&lfs-root;hints/downloads/files/"> 25 26 <!ENTITY hints-index "&lfs-root;hints/list.html"> 26 27 <!ENTITY livecd-root "&lfs-root;livecd/"> 27 <!ENTITY test-results "&clfs- root;clfs/build-logs/&generic-version;/">28 <!ENTITY errata "&clfs- root;clfs/errata/&generic-version;/">28 <!ENTITY test-results "&clfs-wiki;clfs/build-logs/&generic-version;/"> 29 <!ENTITY errata "&clfs-wiki;clfs/errata/&generic-version;/"> 29 30 30 31 <!ENTITY gnu "http://ftp.gnu.org/gnu/"> -
BOOK/introduction/common/askforhelp.xml
rc3b61cb rd5d4d82 69 69 mean that we will not help you. After all, the CLFS project is 70 70 about personal preference. Be upfront about any changes to 71 the established procedure ,this helps us evaluate and determine71 the established procedure—this helps us evaluate and determine 72 72 possible causes of your problem.</para> 73 73 </note> -
BOOK/introduction/common/changelog.xml
rc3b61cb rd5d4d82 14 14 &releasedate;. If this book is more than six months old, a newer and better 15 15 version is probably already available. To find out, please check one of the 16 mirrors via <ulink url="&clfs- root;"/>.</para>16 mirrors via <ulink url="&clfs-wiki;"/>.</para> 17 17 18 18 <para>Below is a list of detailed changes made since the previous release of -
BOOK/introduction/common/resources.xml
rc3b61cb rd5d4d82 33 33 locations, and additional information, visit 34 34 <ulink url="&lfs-root;mail.html"/>. For mailing lists specifically 35 for CLFS, visit <ulink url="&clfs- root;wiki/lists"/>.</para>35 for CLFS, visit <ulink url="&clfs-wiki;wiki/lists"/>.</para> 36 36 37 37 </sect2> … … 76 76 convenient. Please visit the LFS website at <ulink 77 77 url="&lfs-root;mirrors.html"/> for a list of current mirrors of 78 the LFS website, or <ulink url="&clfs- root;wiki/mirrors"/> for78 the LFS website, or <ulink url="&clfs-wiki;wiki/mirrors"/> for 79 79 mirrors of CLFS.</para> 80 80 -
BOOK/materials/common/introduction.xml
rc3b61cb rd5d4d82 25 25 most packages. If this search is unsuccessful, try one of the 26 26 alternative means of downloading discussed at <ulink 27 url="& clfs-root;wiki/download"/>.</para>27 url="&packages-root;"/>.</para> 28 28 29 29 <para>Downloaded packages and patches will need to be stored somewhere … … 42 42 <screen><userinput>mkdir -v $CLFS/sources</userinput></screen> 43 43 44 <para>Make this directory writable and sticky. <quote>Sticky</quote>45 m eans that even if multiple users have write permission on a46 directory, only the owner of a file can delete the file within a47 sticky directory. The following command will enable the write and48 sticky modes:</para>44 <para>Make this directory writable and sticky. When a directory is 45 marked <quote>sticky</quote>, that means that even if multiple users have 46 write permission on that directory, any file within that directory can only be 47 deleted or modified by its owner. The following command will enable the 48 write and sticky modes:</para> 49 49 50 50 <screen><userinput>chmod -v a+wt $CLFS/sources</userinput></screen> -
BOOK/materials/common/patches.xml
rc3b61cb rd5d4d82 15 15 fixed by the maintainer. The patches also make small modifications to 16 16 make the packages easier to work with. The following patches will be 17 needed to build a nCLFS system:</para>17 needed to build a CLFS system:</para> 18 18 19 19 <variablelist role="materials"> -
BOOK/packages.ent
rc3b61cb rd5d4d82 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY packages-root " http://cross-lfs.org/files/packages/&generic-version;/">3 <!ENTITY packages-root "&clfs-root;files/packages/&generic-version;/"> 4 4 5 5 <!-- Note: For empty *-home entities use " " not "" --> -
BOOK/patches.ent
rc3b61cb rd5d4d82 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY patches-root " http://cross-lfs.org/files/patches/&generic-version;/">3 <!ENTITY patches-root "&clfs-root;files/patches/&generic-version;/"> 4 4 5 5 <!-- Start of Common Patches --> -
BOOK/prologue/common/audience.xml
rc3b61cb rd5d4d82 68 68 correctly and adequately fixes the problem.</para> 69 69 70 <para>The goal of Linux From Scratch is to build a complete and usable70 <para>The goal of Cross Linux From Scratch is to build a complete and usable 71 71 foundation-level system. Readers who do not wish to build their own 72 72 Linux system from scratch may not benefit from the information in this -
BOOK/prologue/common/foreword.xml
rc3b61cb rd5d4d82 25 25 improvements to the Linux From Scratch system.</para> 26 26 27 <para>The one "flaw" in LFS is that it has always been based on a x8627 <para>The one "flaw" in LFS is that it has always been based on an x86 28 28 class processor. With the advent of the Athlon 64 and Intel EM64T 29 29 processors, the x86-only LFS is no longer ideal. Throughout this time, … … 40 40 41 41 <para>We hope you enjoy building your own CLFS system, and the benefits 42 that come from a system tailored to your needs !</para>42 that come from a system tailored to your needs.</para> 43 43 44 44 <literallayout>-- … … 46 46 Jim Gifford, CLFS Project Co-leader 47 47 Ryan Oliver, CLFS Project Co-leader 48 Joe Ciccone, Justin Knieri n, Chris Staub, Matt Darcy, Ken Moffat,48 Joe Ciccone, Justin Knierim, Chris Staub, Matt Darcy, Ken Moffat, 49 49 Manuel Canales Esparcia, and Nathan Coulson - CLFS Developers</literallayout> 50 50 -
BOOK/prologue/common/prerequisites.xml
rc3b61cb rd5d4d82 20 20 Linux software. A basic knowledge of the architectures being used in 21 21 the Cross LFS process and the host operating systems in use is also 22 required </para>22 required.</para> 23 23 24 24 <para>Because the CLFS book assumes <emphasis>at least</emphasis> this basic … … 26 26 provide you with much assistance; you will find that your questions regarding 27 27 such basic knowledge will likely go unanswered, or you will simply be referred 28 to the LFS essential pre-reading list.</para>28 to the CLFS essential pre-reading list.</para> 29 29 30 30 <para>Before building a CLFS system, we recommend reading the following … … 49 49 <ulink url="&hints-root;essential_prereading.txt"/></para> 50 50 51 <para>This is an LFSHint written specifically for users new to Linux.51 <para>This is an Hint written specifically for users new to Linux. 52 52 It includes a list of links to excellent sources of information on a 53 53 wide range of topics. Anyone attempting to install CLFS should have an
Note:
See TracChangeset
for help on using the changeset viewer.