| | 8 | |
| | 9 | New 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 | |
| | 11 | The procedure to build the boot cd is: |
| | 12 | |
| | 13 | |
| | 14 | {{{ |
| | 15 | catalyst -s 2007.0 |
| | 16 | catalyst -f installcd-stage1-minimal.spec |
| | 17 | catalyst -f installcd-stage2-minimal.spec |
| | 18 | }}} |
| | 19 | |
| | 20 | |
| | 21 | The stage 4 build procedure is: |
| | 22 | |
| | 23 | {{{ |
| | 24 | |
| | 25 | catalyst -s 2007.0 |
| | 26 | catalyst -f stage1.spec |
| | 27 | catalyst -f stage2.spec |
| | 28 | catalyst -f stage3.spec |
| | 29 | catalyst -f stage4.spec |
| | 30 | }}} |
| | 31 | |
| | 32 | Note that the name of portage snapshot generated with the '-s' must match up with the name specified in the .spec files. |