| 1 | EncapPackages | EncapReadme | '''EncapPlatforms''' | EncapInstall | EncapHowto |
| 2 | |
| 3 | ---- |
| 4 | |
| 5 | = Bcfg2/Encap Platforms = |
| 6 | |
| 7 | Below is a table of platforms that have been successfully bootstrapped using |
| 8 | the encap package management code. |
| 9 | |
| 10 | |||| '''OS'''||'''Vendor'''||'''Version'''||'''Arch'''||'''By'''||'''Bcfg2'''|| |
| 11 | || 1 || AIX || IBM || 4.3.1 || POWER || dc || 0.9.5 || |
| 12 | || 2 || AIX || IBM || 4.3.3 || POWER || dc || 0.9.4i || |
| 13 | || 3 || AIX || IBM || 5.2.0 || POWER || dc || 0.9.4i || |
| 14 | || 4 || AIX || IBM || 5.3.0 || POWER || dc || 0.9.4i || |
| 15 | || 5 || BSD || FreeBSD || 6.2 || ix86 || dc || 0.9.5 || |
| 16 | || 6 || BSD || FreeBSD || 6.2 || x86_64 || dc || 0.9.5 || |
| 17 | || 7 || GNU/Linux || CentOS || 5.0 || ix86 || dc || 0.9.5 || |
| 18 | || 8 || GNU/Linux || CentOS || 5.0 || x86_64 || dc || 0.9.5 || |
| 19 | || 9 || GNU/Linux || Debian || Sarge || ix86 || dc || 0.9.5 || |
| 20 | || 10 || GNU/Linux || Debian || Etch || ix86 || dc || 0.9.4i || |
| 21 | || 11 || GNU/Linux || Debian || Etch || x86_64 || dc || 0.9.4i || |
| 22 | || 12 || GNU/Linux || Debian || Lenny || ix86 || dc || 0.9.5 || |
| 23 | || 13 || GNU/Linux || Debian || Sid || ix86 || dc || 0.9.5 || |
| 24 | || 14 || GNU/Linux || Redhat || 6.0 || ix86 || dc || 0.9.4i || |
| 25 | || 15 || GNU/Linux || Redhat || 7.2 || ix86 || dc || 0.9.4i || |
| 26 | || 16 || GNU/Linux || Redhat || RHEL4 || ix86 || dc || 0.9.4i || |
| 27 | || 17 || GNU/Linux || SuSE || SLES8 || ix86 || dc || 0.9.4i || |
| 28 | || 18 || GNU/Linux || SuSE || SLES10 || ix86 || dc || 0.9.4i || |
| 29 | || 19 || GNU/Linux || SuSE || SLES10 || x86_64 || dc || 0.9.4i || |
| 30 | || 20 || GNU/Linux || Ubuntu || Dapper || ix86 || dc || 0.9.5 || |
| 31 | || 21 || GNU/Linux || Ubuntu || Dapper || x86_64 || dc || 0.9.5 || |
| 32 | || 22 || GNU/Linux || Ubuntu || Edgy || ix86 || dc || 0.9.5 || |
| 33 | || 23 || GNU/Linux || Ubuntu || Feisty || ix86 || dc || 0.9.5 || |
| 34 | || 24 || Solaris || Sun || 2.6 || Sparc || dc || 0.9.4i || |
| 35 | || 25 || Solaris || Sun || 8 || Sparc || dc || 0.9.4i || |
| 36 | || 26 || Solaris || Sun || 9 || Sparc || dc || 0.9.4i || |
| 37 | || 27 || Solaris || Sun || 10 || Sparc || dc || 0.9.4i || |
| 38 | || 28 || Solaris || Sun || 10 || x86_64 || dc || 0.9.5 || |
| 39 | |
| 40 | * Redhat 6.0 has egcs-2.91.66 |
| 41 | |
| 42 | dc: "Daniel Clark" <mailto:[email protected]> |
| 43 | |
| 44 | == Adding new platforms == |
| 45 | If you bootstrap a platform not listed above, please add a comment to: |
| 46 | * http://trac.mcs.anl.gov/projects/bcfg2/ticket/74 |
| 47 | so that platform can be added to the list. |
| 48 | |
| 49 | If you modified any of the files in this package to be able to bootstrap the |
| 50 | new platform, please include either diffs or a tarball of your modified |
| 51 | version in a new ticket so your changes can be incorporated into a new |
| 52 | release. |
| 53 | |
| 54 | Any other notes, such as where you got the GNU binaries or any issues people |
| 55 | should be aware of, would also be appreciated. |
| 56 | |
| 57 | You may want to scan all of the bootstrapped binaries and libraries with |
| 58 | `ldd` (or equivalent) to make sure there are no dependencies on libraries |
| 59 | other than those included with the base operating system and the libraries |
| 60 | built as part of the bootstrap process. |
| 61 | |
| 62 | == Documentation Version == |
| 63 | * This is a copy of: $Id: PLATFORMS 3495 2007-07-19 14:12:43Z dclark $ |
| 64 | * Most recent version: http://www.bcfg2.org/browser/trunk/bcfg2/encap/PLATFORMS |