1 | | [[TracNav]] |
2 | | |
3 | | [[PageOutline(1-2,Table of Contents,inline)]] |
4 | | |
5 | | = Precompiled Packages = |
6 | | |
7 | | Precompiled/binary packages are available for a number of architectures: |
8 | | * Debian |
9 | | * Sarge [[BR]] |
10 | | Add the following to /etc/apt/sources.list [[BR]] |
11 | | {{{ |
12 | | deb ftp://ftp.mcs.anl.gov/pub/bcfg/debian sarge/ |
13 | | }}} |
14 | | * Sid/Etch packages are available in debian. |
15 | | * Ubuntu |
16 | | * Dapper [[BR]] Add the following to /etc/apt/sources.list [[BR]] |
17 | | {{{ |
18 | | deb ftp://ftp.mcs.anl.gov/pub/bcfg/ubuntu dapper/ |
19 | | deb http://archive.ubuntu.com/ubuntu dapper universe |
20 | | deb-src http://archive.ubuntu.com/ubuntu dapper universe |
21 | | }}} |
22 | | * Edgy [[BR]] Add the following to /etc/apt/sources.list [[BR]] |
23 | | {{{ |
24 | | deb ftp://ftp.mcs.anl.gov/pub/bcfg/ubuntu edgy/ |
25 | | deb http://archive.ubuntu.com/ubuntu edgy universe |
26 | | deb-src http://archive.ubuntu.com/ubuntu edgy universe |
27 | | }}} |
28 | | * Feisty packages are available from the ubuntu repositories. |
29 | | * Redhat |
30 | | * Fedora Core 5 |
31 | | * Enterprise Linux 4 |
32 | | * Centos 4 |
33 | | * Packages are available in EPEL |
34 | | * More recent releases are available at http://yum.fourkitchens.com/pub/centos/5/noarch/ |
35 | | * SUSE |
36 | | * SLES10 [[BR]] Packages are available from [ftp://ftp.mcs.anl.gov/pub/bcfg/suse/sles10] |
37 | | * SLES9 [[BR]] Packages are available from [ftp://ftp.mcs.anl.gov/pub/bcfg/suse/sles9] |
38 | | * Nexenta |
39 | | * Elatte-unstable [[BR]] |
40 | | Add the following to /etc/apt/sources.list [[BR]] |
41 | | {{{ |
42 | | deb ftp://ftp.mcs.anl.gov/pub/bcfg/nexenta elatte-unstable/ |
43 | | }}} |
44 | | * OS X |
45 | | * 10.5 (Leopard) [[BR]] Package available from [ftp://ftp.mcs.anl.gov/pub/bcfg/macosx] |
46 | | * FreeBSD |
47 | | * See http://www.freshports.org/sysutils/py-bcfg2/ for instructions |
48 | | * Source RPMS |
49 | | * Source rpms for all prereqs and bcfg2 are available from [ftp://ftp.mcs.anl.gov/pub/bcfg/SRPMS]. |
50 | | |
51 | | = Unofficial Precompiled Packages = |
52 | | These are unofficial packages that are not maintained by the official mechanisms of the upstream distribution; we are trying to get more recent versions of Bcfg2 into distributions, but often you will need to use one of these. |
53 | | |
54 | | == Unofficial Debian Repository == |
55 | | Until a better alternative is found, these are built manually and made available via http://debian.bcfg2.org for Debian GNU/Linux and gNewSense 3 and later. |
56 | | |
57 | | After making the appropriate one of the below your `/etc/apt/sources.list.d/bcfg2.list` file, do: |
58 | | {{{ |
59 | | sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys D84BFBD7 |
60 | | sudo aptitude update |
61 | | sudo aptitude install bcfg2 |
| 1 | [[TracNav]] |
| 2 | |
| 3 | [[PageOutline(1-2,Table of Contents,inline)]] |
| 4 | |
| 5 | = Precompiled Packages = |
| 6 | |
| 7 | Precompiled/binary packages are available for a number of architectures: |
| 8 | |
| 9 | * Archlinux |
| 10 | * Packages for Archlinux are available in the [http://aur.archlinux.org/packages.php?ID=20979 Arch User Repository]. |
| 11 | |
| 12 | * Debian |
| 13 | * Lenny packages are available in Debian. |
| 14 | * Etch packages are available in Debian. |
| 15 | * Sarge [[BR]] |
| 16 | Add the following to /etc/apt/sources.list [[BR]] |
| 17 | {{{ |
| 18 | deb ftp://ftp.mcs.anl.gov/pub/bcfg/debian sarge/ |
| 19 | }}} |
| 20 | |
| 21 | * Fedora |
| 22 | * The server and the client package are in the [https://admin.fedoraproject.org/pkgdb/acls/name/bcfg2 Fedora Package Collection]. |
| 23 | |
| 24 | * FreeBSD |
| 25 | * See http://www.freshports.org/sysutils/py-bcfg2/ for instructions |
| 26 | |
| 27 | * Nexenta |
| 28 | * Elatte-unstable [[BR]] |
| 29 | Add the following to /etc/apt/sources.list [[BR]] |
| 30 | {{{ |
| 31 | deb ftp://ftp.mcs.anl.gov/pub/bcfg/nexenta elatte-unstable/ |
| 32 | }}} |
| 33 | * openSUSE |
| 34 | * For openSUSE 11.0 are packages available at [http://download.opensuse.org/repositories/home:/kisielk/openSUSE_11.0/noarch/] |
| 35 | |
| 36 | * OS X |
| 37 | * 10.5 (Leopard) [[BR]] Package available from [ftp://ftp.mcs.anl.gov/pub/bcfg/macosx] |
| 38 | |
| 39 | * Red Hat / Centos |
| 40 | * Packages are available in [http://fedoraproject.org/wiki/EPEL EPEL]: [[BR]] |
| 41 | RHEL 4 / Centos 4 |
| 42 | {{{ |
| 43 | $ su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/4/i386/epel-release-4-9.noarch.rpm' |
| 44 | }}} |
| 45 | RHEL 5 / Centos 5 |
| 46 | {{{ |
| 47 | $ su -c 'rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm' |
| 48 | }}} |
| 49 | |
| 50 | * SUSE |
| 51 | * SLES10 [[BR]] Packages are available from [ftp://ftp.mcs.anl.gov/pub/bcfg/suse/sles10] |
| 52 | * SLES9 [[BR]] Packages are available from [ftp://ftp.mcs.anl.gov/pub/bcfg/suse/sles9] |
| 53 | |
| 54 | * Ubuntu |
| 55 | * Dapper [[BR]] Add the following to /etc/apt/sources.list [[BR]] |
| 56 | {{{ |
| 57 | deb ftp://ftp.mcs.anl.gov/pub/bcfg/ubuntu dapper/ |
| 58 | deb http://archive.ubuntu.com/ubuntu dapper universe |
| 59 | deb-src http://archive.ubuntu.com/ubuntu dapper universe |
| 60 | }}} |
| 61 | * Edgy [[BR]] Add the following to /etc/apt/sources.list [[BR]] |
| 62 | {{{ |
| 63 | deb ftp://ftp.mcs.anl.gov/pub/bcfg/ubuntu edgy/ |
| 64 | deb http://archive.ubuntu.com/ubuntu edgy universe |
| 65 | deb-src http://archive.ubuntu.com/ubuntu edgy universe |
| 66 | }}} |
| 67 | * Feisty packages are available from the ubuntu repositories. |
| 68 | |
| 69 | * Source RPMS |
| 70 | * Source rpms for all prereqs and bcfg2 are available from [ftp://ftp.mcs.anl.gov/pub/bcfg/SRPMS]. |
| 71 | |
| 72 | = Unofficial Precompiled Packages = |
| 73 | These are unofficial packages that are not maintained by the official mechanisms of the upstream distribution; we are trying to get more recent versions of Bcfg2 into distributions, but ofte |
| 74 | n you will need to use one of these. |
| 75 | |
| 76 | == Unofficial Debian Repository == |
| 77 | Until a better alternative is found, these are built manually and made available via http://debian.bcfg2.org for Debian GNU/Linux and gNewSense 3 and later. |
| 78 | |
| 79 | After making the appropriate one of the below your `/etc/apt/sources.list.d/bcfg2.list` file, do: |
| 80 | {{{ |
| 81 | sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys D84BFBD7 |
| 82 | sudo aptitude update |
| 83 | sudo aptitude install bcfg2 |
| 84 | }}} |
| 85 | |
| 86 | And if you also want the server: |
| 87 | {{{ |
| 88 | sudo aptitude install bcfg2-server |
| 89 | }}} |
| 90 | |
| 91 | === Stable Releases === |
| 92 | We will strive to only have stable, working releases that have gone through testing in these repositories. |
| 93 | |
| 94 | ==== Debian Lenny / gNewSense 3 ==== |
| 95 | {{{ |
| 96 | # /etc/apt/sources.list.d/bcfg2.list |
| 97 | # sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys D84BFBD7 |
| 98 | deb http://debian.bcfg2.org lenny stable |
| 99 | deb-src http://debian.bcfg2.org lenny stable |
| 100 | }}} |
| 101 | |
| 102 | === Testing releases === |
| 103 | These releases are volitile and may sometimes be broken. You shouldn't automatically update production systems against them. |
| 104 | |
| 105 | ==== Debian Lenny / gNewSense 3 ==== |
| 106 | {{{ |
| 107 | # /etc/apt/sources.list.d/bcfg2.list |
| 108 | # sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys D84BFBD7 |
| 109 | deb http://debian.bcfg2.org lenny testing |
| 110 | deb-src http://debian.bcfg2.org lenny testing |
| 111 | }}} |
| 112 | |
| 113 | == Ubuntu Launchpad Bcfg2 PPA == |
| 114 | Ubuntu, Trisquel and gNewSense 2 and earlier packages are made by the [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad] team. |
| 115 | |
| 116 | After making the appropriate one of the below your `/etc/apt/sources.list.d/bcfg2.list` file, do: |
| 117 | {{{ |
| 118 | sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 119 | sudo aptitude update |
| 120 | sudo aptitude install bcfg2 |
| 121 | }}} |
| 122 | |
| 123 | And if you also want the server: |
| 124 | {{{ |
| 125 | sudo aptitude install bcfg2-server |
| 126 | }}} |
| 127 | |
| 128 | === Stable Releases === |
| 129 | We will strive to only have stable, working releases that have gone through testing in these repositories. |
| 130 | |
| 131 | ==== Ubuntu Hardy / gNewSense 2 (deltah) ==== |
| 132 | {{{ |
| 133 | # /etc/apt/sources.list.d/bcfg2.list |
| 134 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 135 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 136 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main |
| 137 | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main |
64 | | And if you also want the server: |
65 | | {{{ |
66 | | sudo aptitude install bcfg2-server |
| 140 | ==== Ubuntu Intrepid ==== |
| 141 | {{{ |
| 142 | # /etc/apt/sources.list.d/bcfg2.list |
| 143 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 144 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 145 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main |
| 146 | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main |
| 147 | }}} |
| 148 | |
| 149 | ==== Ubuntu Jaunty / Trisquel 3 (dwyn) ==== |
| 150 | {{{ |
| 151 | # /etc/apt/sources.list.d/bcfg2.list |
| 152 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 153 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 154 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main |
| 155 | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main |
| 156 | }}} |
| 157 | |
| 158 | ==== Ubuntu Karmic ==== |
| 159 | {{{ |
| 160 | # /etc/apt/sources.list.d/bcfg2.list |
| 161 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 162 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 163 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main |
| 164 | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main |
| 165 | }}} |
| 166 | |
| 167 | ==== Ubuntu Lucid ==== |
| 168 | {{{ |
| 169 | # /etc/apt/sources.list.d/bcfg2.list |
| 170 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 171 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 172 | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main |
| 173 | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main |
| 174 | }}} |
| 175 | |
| 176 | === Testing Releases === |
| 177 | These releases are volitile and may sometimes be broken. You shouldn't automatically update production systems against them. |
| 178 | |
| 179 | ==== Ubuntu Hardy / gNewSense 2 (deltah) ==== |
| 180 | (Tested under gNewSense DeltaH) |
| 181 | {{{ |
| 182 | # /etc/apt/sources.list.d/bcfg2.list |
| 183 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
| 184 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 185 | |
| 186 | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu hardy main |
| 187 | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu hardy main |
69 | | === Stable Releases === |
70 | | We will strive to only have stable, working releases that have gone through testing in these repositories. |
71 | | |
72 | | ==== Debian Lenny / gNewSense 3 ==== |
73 | | {{{ |
74 | | # /etc/apt/sources.list.d/bcfg2.list |
75 | | # sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys D84BFBD7 |
76 | | deb http://debian.bcfg2.org lenny stable |
77 | | deb-src http://debian.bcfg2.org lenny stable |
78 | | }}} |
79 | | |
80 | | === Testing releases === |
81 | | These releases are volitile and may sometimes be broken. You shouldn't automatically update production systems against them. |
82 | | |
83 | | ==== Debian Lenny / gNewSense 3 ==== |
84 | | {{{ |
85 | | # /etc/apt/sources.list.d/bcfg2.list |
86 | | # sudo apt-key adv --keyserver pool.sks-keyservers.net --recv-keys D84BFBD7 |
87 | | deb http://debian.bcfg2.org lenny testing |
88 | | deb-src http://debian.bcfg2.org lenny testing |
89 | | }}} |
90 | | |
91 | | == Ubuntu Launchpad Bcfg2 PPA == |
92 | | Ubuntu, Trisquel and gNewSense 2 and earlier packages are made by the [https://launchpad.net/~bcfg2 Bcfg2 in Launchpad] team. |
93 | | |
94 | | After making the appropriate one of the below your `/etc/apt/sources.list.d/bcfg2.list` file, do: |
95 | | {{{ |
96 | | sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
97 | | sudo aptitude update |
98 | | sudo aptitude install bcfg2 |
99 | | }}} |
100 | | |
101 | | And if you also want the server: |
102 | | {{{ |
103 | | sudo aptitude install bcfg2-server |
104 | | }}} |
105 | | |
106 | | === Stable Releases === |
107 | | We will strive to only have stable, working releases that have gone through testing in these repositories. |
108 | | |
109 | | ==== Ubuntu Hardy / gNewSense 2 (deltah) ==== |
110 | | {{{ |
111 | | # /etc/apt/sources.list.d/bcfg2.list |
112 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
113 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
114 | | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main |
115 | | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu hardy main |
116 | | }}} |
117 | | |
118 | | ==== Ubuntu Intrepid ==== |
119 | | {{{ |
120 | | # /etc/apt/sources.list.d/bcfg2.list |
121 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
122 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
123 | | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main |
124 | | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu intrepid main |
125 | | }}} |
126 | | |
127 | | ==== Ubuntu Jaunty / Trisquel 3 (dwyn) ==== |
128 | | {{{ |
129 | | # /etc/apt/sources.list.d/bcfg2.list |
130 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
131 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
132 | | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main |
133 | | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu jaunty main |
134 | | }}} |
135 | | |
136 | | ==== Ubuntu Karmic ==== |
137 | | {{{ |
138 | | # /etc/apt/sources.list.d/bcfg2.list |
139 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
140 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
141 | | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main |
142 | | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu karmic main |
143 | | }}} |
144 | | |
145 | | ==== Ubuntu Lucid ==== |
146 | | {{{ |
147 | | # /etc/apt/sources.list.d/bcfg2.list |
148 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
149 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
150 | | deb http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main |
151 | | deb-src http://ppa.launchpad.net/bcfg2/ppa/ubuntu lucid main |
152 | | }}} |
153 | | |
154 | | === Testing Releases === |
155 | | These releases are volitile and may sometimes be broken. You shouldn't automatically update production systems against them. |
156 | | |
157 | | ==== Ubuntu Hardy / gNewSense 2 (deltah) ==== |
158 | | (Tested under gNewSense DeltaH) |
159 | | {{{ |
160 | | # /etc/apt/sources.list.d/bcfg2.list |
161 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/hardytesting |
162 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
163 | | |
164 | | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu hardy main |
165 | | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu hardy main |
166 | | }}} |
167 | | |
168 | | ==== Ubuntu Intrepid ==== |
169 | | {{{ |
170 | | # /etc/apt/sources.list.d/bcfg2.list |
171 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/intrepidtesting |
172 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
173 | | |
174 | | deb http://ppa.launchpad.net/bcfg2/intrepidtesting/ubuntu intrepid main |
175 | | deb-src http://ppa.launchpad.net/bcfg2/intrepidtesting/ubuntu intrepid main |
176 | | }}} |
177 | | |
178 | | ==== Ubuntu Jaunty / Trisquel 3 (dwyn) ==== |
179 | | (Tested under Trisquel Dwyn) |
180 | | {{{ |
181 | | # /etc/apt/sources.list.d/bcfg2.list |
182 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/jauntytesting |
183 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
184 | | |
185 | | deb http://ppa.launchpad.net/bcfg2/jauntytesting/ubuntu jaunty main |
186 | | deb-src http://ppa.launchpad.net/bcfg2/jauntytesting/ubuntu jaunty main |
187 | | }}} |
188 | | |
189 | | ==== Ubuntu Karmic ==== |
190 | | {{{ |
191 | | # /etc/apt/sources.list.d/bcfg2.list |
192 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/karmictesting |
193 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
194 | | |
195 | | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu karmic main |
196 | | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu karmic main |
197 | | }}} |
198 | | |
199 | | ==== Ubuntu Lucid ==== |
200 | | {{{ |
201 | | # /etc/apt/sources.list.d/bcfg2.list |
202 | | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/lucidtesting |
203 | | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
204 | | |
205 | | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu lucid main |
206 | | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu lucid main |
207 | | }}} |
208 | | |
209 | | = Building Your Own = |
| 190 | ==== Ubuntu Intrepid ==== |
| 191 | {{{ |
| 192 | # /etc/apt/sources.list.d/bcfg2.list |
| 193 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/intrepidtesting |
| 194 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 195 | |
| 196 | deb http://ppa.launchpad.net/bcfg2/intrepidtesting/ubuntu intrepid main |
| 197 | deb-src http://ppa.launchpad.net/bcfg2/intrepidtesting/ubuntu intrepid main |
| 198 | }}} |
| 199 | |
| 200 | ==== Ubuntu Jaunty / Trisquel 3 (dwyn) ==== |
| 201 | (Tested under Trisquel Dwyn) |
| 202 | {{{ |
| 203 | # /etc/apt/sources.list.d/bcfg2.list |
| 204 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/jauntytesting |
| 205 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 206 | |
| 207 | deb http://ppa.launchpad.net/bcfg2/jauntytesting/ubuntu jaunty main |
| 208 | deb-src http://ppa.launchpad.net/bcfg2/jauntytesting/ubuntu jaunty main |
| 209 | }}} |
| 210 | |
| 211 | ==== Ubuntu Karmic ==== |
| 212 | {{{ |
| 213 | # /etc/apt/sources.list.d/bcfg2.list |
| 214 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/karmictesting |
| 215 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 216 | |
| 217 | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu karmic main |
| 218 | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu karmic main |
| 219 | }}} |
| 220 | |
| 221 | ==== Ubuntu Lucid ==== |
| 222 | {{{ |
| 223 | # /etc/apt/sources.list.d/bcfg2.list |
| 224 | # Bcfg2 PPA - https://launchpad.net/~bcfg2/+archive/lucidtesting |
| 225 | # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 98932BEC |
| 226 | |
| 227 | deb http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu lucid main |
| 228 | deb-src http://ppa.launchpad.net/bcfg2/hardytesting/ubuntu lucid main |
| 229 | }}} |
| 230 | |
| 231 | == Unofficial RHEL / Centos Repository == |
| 232 | |
| 233 | More recent releases are available at http://yum.fourkitchens.com/pub/centos/5/noarch/ |
| 234 | |
| 235 | = Building Your Own = |