IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of GentooStage4Build


Ignore:
Timestamp:
Aug 10, 2009, 5:47:43 PM (17 years ago)
Author:
jhoblitt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GentooStage4Build

    v2 v3  
    66}}}
    77
     8
     9New version of the .spec are generated for each Gentoo 20XX.X release so these will need to be updated from time to time.  Unfortunately, with the move from Catalyst 1.x -> 2.x there is no long any decent documentation [http://www.gentoo.org/proj/en/releng/catalyst/index.xml].  The .spec files are fairly self explanatory and the Gentoo releng mail list is the place to ask questions [http://archives.gentoo.org/gentoo-releng/].
     10
     11The procedure to build the boot cd is:
     12
     13
     14{{{
     15catalyst -s 2007.0
     16catalyst -f installcd-stage1-minimal.spec
     17catalyst -f installcd-stage2-minimal.spec
     18}}}
     19
     20
     21The stage 4 build procedure is:
     22
     23{{{
     24
     25catalyst -s 2007.0
     26catalyst -f stage1.spec
     27catalyst -f stage2.spec
     28catalyst -f stage3.spec
     29catalyst -f stage4.spec
     30}}}
     31
     32Note that the name of portage snapshot generated with the '-s' must match up with the name specified in the .spec files.