close Warning: Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Changes between Version 41 and Version 42 of download


Ignore:
Timestamp:
Aug 31, 2014, 10:19:39 PM (10 years ago)
Author:
chris@…
Comment:

Reorganize page and add info about latest rc

Legend:

Unmodified
Added
Removed
Modified
  • download

    v41 v42  
    22= Download the Cross Linux From Scratch Book =
    33
    4 Several versions of the CLFS book are available for download, in several formats:
     4Several versions of the CLFS book are available for download, in several formats.
    55
    6 == Current Stable ==
    7 CLFS 2.1
     6= Current Stable and Development =
     7
     8== CLFS 3.0.0 RC1 - Systemd ==
     9
     10This is a release candidate for the 3.0.0 stable book, using systemd:
    811
    912Download the stable book
     
    1114git clone git://git.cross-lfs.org/cross-lfs.git
    1215cd cross-lfs
    13 git checkout clfs-2.1
     16git checkout clfs-3.0.0-rc1-systemd
    1417}}}
    1518
    1619Additional files for this version:
    17  * [http://patches.cross-lfs.org/2.1.0/ Patches]
    18  * [http://cross-lfs.org/files/packages/2.1.0/ Packages]
    19  * [http://cross-lfs.org/testsuite-logs/CLFS-2.1.0/ Test Suite Logs]
     20 * [http://patches.cross-lfs.org/3.0.0-RC1/SYSTEMD Patches]
     21 * [http://cross-lfs.org/files/packages/3.0.0-RC1/SYSTEMD Packages]
     22 * [http://cross-lfs.org/testsuite-logs/3.0.0-RC1/SYSTEMD Test Suite Logs]
    2023
    21 == Current Development 3.x (Sysvinit) ==
     24== CLFS 3.0.0 RC1 - Sysvinit ==
     25
     26This is a release candidate for the 3.0.0 stable book, using sysvinit:
     27
     28Download the stable book
     29{{{
     30git clone git://git.cross-lfs.org/cross-lfs.git
     31cd cross-lfs
     32git checkout clfs-3.0.0-rc1-sysvinit
     33}}}
     34
     35Additional files for this version:
     36 * [http://patches.cross-lfs.org/3.0.0-RC1/SYSVINIT Patches]
     37 * [http://cross-lfs.org/files/packages/3.0.0-RC1/SYSVINIT Packages]
     38 * [http://cross-lfs.org/testsuite-logs/3.0.0-RC1/SYSVINIT Test Suite Logs]
     39
     40== Current Development (Systemd) ==
     41
     42This is the CLFS Systemd Book in its current development state. Changes can happen that break the build temporarily.
     43
     44Daily rendered [http://cross-lfs.org/files/BOOK/ snapshots] may be downloaded or clone the book's XML source from our GIT repository and render it yourself:
     45
     46{{{
     47git clone git://git.cross-lfs.org/cross-lfs.git
     48cd cross-lfs/BOOK
     49}}}
     50
     51Additional files for this version:
     52 * [http://patches.cross-lfs.org/dev/ Patches]
     53 * [http://cross-lfs.org/files/packages/git/ Packages]
     54 * [http://cross-lfs.org/testsuite-logs/git/ Test Suite Logs]
     55
     56== Current Development (Sysvinit) ==
    2257
    2358This is the CLFS Book in its current development state. Changes can happen that break the build temporarily.
     
    3671 * [http://cross-lfs.org/testsuite-logs/sysvinit/ Test Suite Logs]
    3772
    38 == Current Development 3.x (Systemd) ==
    39 
    40 This is the CLFS Systemd Book in its current development state. Changes can happen that break the build temporarily.
    41 
    42 Daily rendered [http://cross-lfs.org/files/BOOK/ snapshots] may be downloaded or clone the book's XML source from our GIT repository and render it yourself:
    43 
    44 {{{
    45 git clone git://git.cross-lfs.org/cross-lfs.git
    46 cd cross-lfs/BOOK
    47 }}}
    48 
    49 Additional files for this version:
    50  * [http://patches.cross-lfs.org/dev/ Patches]
    51  * [http://cross-lfs.org/files/packages/git/ Packages]
    52  * [http://cross-lfs.org/testsuite-logs/git/ Test Suite Logs]
    53 
    54 == CLFS Sysroot 1.x (Under Development) ==
     73== Sysroot Development ==
    5574
    5675This is the CLFS Book used for testing new build methods and is therefore under development.  Please only use the development book above unless you want to help us test.
     
    6382}}}
    6483
    65 == CLFS Embedded 1.x (Under Development) ==
     84== Embedded Development ==
    6685
    6786This is the CLFS Book used for testing new build methods and is therefore under development.  Please only use the development book above unless you want to help us test.
     
    7392cd clfs-embedded/BOOK
    7493}}}
     94----
     95= Previous Stable Books =
    7596
    76 == Packages for CLFS ==
     97== CLFS 2.1 ==
    7798
    78 Chapter 3 of the CLFS book covers the packages and patches needed to build your CLFS system.  The chapter contains 4 sections: packages and patches that are common to all architectures, and packages and patches needed only for your selected architecture.  You can find individual and tarballs of all needed packages and patches on our FTP mirrors.  A list is available on the [wiki:mirrors] page.
     99Download the stable book
     100{{{
     101git clone git://git.cross-lfs.org/cross-lfs.git
     102cd cross-lfs
     103git checkout clfs-2.1
     104}}}
     105
     106Additional files for this version:
     107 * [http://patches.cross-lfs.org/2.1.0/ Patches]
     108 * [http://cross-lfs.org/files/packages/2.1.0/ Packages]
     109 * [http://cross-lfs.org/testsuite-logs/CLFS-2.1.0/ Test Suite Logs]