Changed xen.network -> xen; fixed style for omitted option
[invirt/packages/invirt-autoinstaller.git] / debian / changelog
1 invirt-autoinstaller (0.0.33) unstable; urgency=low
2
3   * Don't hardcode netmask and gateway
4
5  -- Greg Brockman <gdb@mit.edu>  Fri, 01 Jan 2010 23:31:55 -0500
6
7 invirt-autoinstaller (0.0.32) unstable; urgency=low
8
9   * Revert 0.0.31 - it didn't work, and left autoinstalled VMs that used
10     to work without anything in their grub menu.lst.
11
12  -- Evan Broder <broder@mit.edu>  Thu, 13 Aug 2009 08:35:50 -0700
13
14 invirt-autoinstaller (0.0.31) unstable; urgency=low
15
16   * Hack to be differently specific when replacing the root= lines. This
17     should replace both the actual grub config lines and the kopt line,
18     but leave lines like groot alone.
19
20  -- Evan Broder <broder@mit.edu>  Tue, 28 Jul 2009 14:39:25 -0700
21
22 invirt-autoinstaller (0.0.30) unstable; urgency=low
23
24   * When we're installing the world, be sure to block debconf prompts from
25     coming up.
26
27  -- Evan Broder <broder@mit.edu>  Sun, 26 Jul 2009 19:59:01 -0700
28
29 invirt-autoinstaller (0.0.29) unstable; urgency=low
30
31   * Be more specific when replacing root= lines with UUID equivalents in
32     the grub menu.lst. This avoids replacing things like groot, which
33     makes pygrub unhappy.
34
35  -- Evan Broder <broder@mit.edu>  Sat, 13 Jun 2009 19:33:01 -0700
36
37 invirt-autoinstaller (0.0.28) unstable; urgency=low
38
39   * We're using bashisms in 93-setup-grub, so let's use bash.
40
41  -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 02:40:54 -0400
42
43 invirt-autoinstaller (0.0.27) unstable; urgency=low
44
45   * Correctly detect what the path to the block devices in fstab are.
46   * Never prompt when updating the grub config after frobbing it.
47
48  -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 01:40:55 -0400
49
50 invirt-autoinstaller (0.0.26) unstable; urgency=low
51
52   * Switch the grub config and /etc/fstab to using UUIDs for specifying
53     the boot and swap partitions.
54
55  -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 01:18:45 -0400
56
57 invirt-autoinstaller (0.0.25) unstable; urgency=low
58
59   * Uh...right. Let's edit the event.d file and menu.lst within the
60     install prefix for Intrepid/Jaunty.
61
62  -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 00:14:50 -0400
63
64 invirt-autoinstaller (0.0.24) unstable; urgency=low
65
66   * Add a new version of our patches to work with the current Ubuntu
67     update-grub, instead of trying to use the indomU variable (which still
68     excludes kernels from showing up in the menu.lst).
69
70  -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 23:45:03 -0400
71
72 invirt-autoinstaller (0.0.23) unstable; urgency=low
73
74   * Create the shell of a menu.lst file needed to successfully parse
75     indomU=true out of it.
76
77  -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 22:56:30 -0400
78
79 invirt-autoinstaller (0.0.22) unstable; urgency=low
80
81   * For Jaunty systems, edit /boot/grub/menu.lst appropriately to work
82     with the fix for LP #291256.
83
84  -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 22:20:29 -0400
85
86 invirt-autoinstaller (0.0.21) unstable; urgency=low
87
88   * Create xen-tools symlinks for installing Intrepid and Jaunty.
89
90  -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 21:41:43 -0400
91
92 invirt-autoinstaller (0.0.20) unstable; urgency=low
93
94   * Update the setup-grub hook to work with pv_ops Ubuntu kernels.
95
96  -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 21:33:44 -0400
97
98 invirt-autoinstaller (0.0.19) unstable; urgency=low
99
100   * fix symlinks
101
102  -- Greg Price <price@mit.edu>  Thu, 19 Feb 2009 03:15:03 -0500
103
104 invirt-autoinstaller (0.0.18) unstable; urgency=low
105
106   * Renumber our 9x-* hook scripts to make some room.
107   * Move 36-clear-root-password to 96- so it sticks.
108
109  -- Greg Price <price@mit.edu>  Thu, 19 Feb 2009 03:03:39 -0500
110
111 invirt-autoinstaller (0.0.17) unstable; urgency=low
112
113   * Unset root password in xen-create-image.
114   * Don't bother unsetting the password in the installer image, because it
115     doesn't actually affect the guest.
116
117  -- Greg Price <price@mit.edu>  Wed, 18 Feb 2009 22:12:26 -0500
118
119 invirt-autoinstaller (0.0.16) unstable; urgency=low
120
121   * Unset root password in guest, so it's unset in autoinstalled images.
122
123  -- Greg Price <price@mit.edu>  Wed, 18 Feb 2009 02:39:29 -0500
124
125 invirt-autoinstaller (0.0.15) unstable; urgency=low
126
127   * Poke policy-rc.d while using aptitude so we don't try to start daemons.
128
129  -- Greg Price <price@mit.edu>  Wed, 18 Feb 2009 00:30:45 -0500
130
131 invirt-autoinstaller (0.0.14) jaunty; urgency=low
132
133   * Don't confuse MB with MiB.
134
135  -- Anders Kaseorg <andersk@mit.edu>  Tue, 17 Feb 2009 04:56:38 -0500
136
137 invirt-autoinstaller (0.0.13) unstable; urgency=low
138
139   * Don't hang indefinitely waiting for input from a user that can't talk
140     to you.
141
142  -- Evan Broder <broder@mit.edu>  Sun, 15 Feb 2009 03:54:10 -0500
143
144 invirt-autoinstaller (0.0.12) unstable; urgency=low
145
146   * TTANTS: Conflicts. Depends.
147
148  -- Evan Broder <broder@mit.edu>  Sat, 14 Feb 2009 22:38:48 -0500
149
150 invirt-autoinstaller (0.0.11) unstable; urgency=low
151
152   * Require aptitude in the autoinstaller guest - and use it in
153     invirt-update-ai-guest.
154
155  -- Evan Broder <broder@mit.edu>  Sat, 14 Feb 2009 22:32:32 -0500
156
157 invirt-autoinstaller (0.0.10) unstable; urgency=low
158
159   * Serial consoles are supposed to run at 115200 baud, not 115300.
160   * Install a more complete base system on Debian.
161
162  -- Evan Broder <broder@mit.edu>  Sat, 14 Feb 2009 21:29:07 -0500
163
164 invirt-autoinstaller (0.0.9) unstable; urgency=low
165
166   * xen-utils recommends a Xen hypervisor. We don't want one.
167
168  -- Evan Broder <broder@mit.edu>  Sat, 31 Jan 2009 23:39:06 -0500
169
170 invirt-autoinstaller (0.0.8) unstable; urgency=low
171
172   * Actually install a useful base system by pulling in ubuntu-minimal and
173     ubuntu-standard (sorry, Debian).
174
175  -- Evan Broder <broder@mit.edu>  Sat, 31 Jan 2009 22:51:00 -0500
176
177 invirt-autoinstaller (0.0.7) unstable; urgency=low
178
179   * Add a script to update the autoinstaller disk from a host.
180   * Use a more stringent regexp and fail loudly if the match fails.
181   * Turn off transmission segmentation offloading instead of tx checksum
182     offloading
183
184  -- Evan Broder <broder@mit.edu>  Mon, 26 Jan 2009 20:57:09 -0500
185
186 invirt-autoinstaller (0.0.6) unstable; urgency=low
187
188   * Correct for the checksumming issue in /etc/network/interfaces instead
189     of /etc/rc.local
190
191  -- Evan Broder <broder@mit.edu>  Mon, 26 Jan 2009 07:40:30 -0500
192
193 invirt-autoinstaller (0.0.5) unstable; urgency=low
194
195   * Install Debian and Ubuntu compatible kernels without checking first
196
197  -- Evan Broder <broder@mit.edu>  Wed, 19 Nov 2008 20:51:20 -0500
198
199 invirt-autoinstaller (0.0.4) unstable; urgency=low
200
201   * Figure out whether the autoinstaller is running on Debian or Ubuntu,
202     and install an appropriate kernel
203
204  -- Evan Broder <broder@mit.edu>  Wed, 19 Nov 2008 19:53:25 -0500
205
206 invirt-autoinstaller (0.0.3) unstable; urgency=low
207
208   * Whoops - replace the right string in /etc/rc.local
209
210  -- Evan Broder <broder@mit.edu>  Fri, 14 Nov 2008 01:59:11 -0500
211
212 invirt-autoinstaller (0.0.2) unstable; urgency=low
213
214   * Add hook to turn off checksumming in guests
215
216  -- Evan Broder <broder@mit.edu>  Fri, 14 Nov 2008 01:19:21 -0500
217
218 invirt-autoinstaller (0.0.1) unstable; urgency=low
219
220   * sipb-xen-autoinstaler -> invirt-autoinstaller
221   * Punt DEB_AUTO_UPDATE_DEBIAN_CONTROL
222
223  -- Evan Broder <broder@mit.edu>  Sat, 01 Nov 2008 04:47:25 -0400
224
225 sipb-xen-autoinstaller (2.11) unstable; urgency=low
226
227   * sipb-xen-dom0 -> invirt-xen-config
228
229  -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 18:18:51 -0400
230
231 sipb-xen-autoinstaller (2.10) unstable; urgency=low
232
233   * Hide misleading harmless error message from dmsetup
234   * Start udev in guest, so /dev/hda[12] appear automatically
235   * understand 'noinstall=' rather than 'noinstall', so validator on
236     remote accepts it
237
238  -- Greg Price <price@mit.edu>  Sun, 19 Oct 2008 21:26:31 -0400
239
240 sipb-xen-autoinstaller (2.9) unstable; urgency=low
241
242   * Run xen-create-image with --verbose so you actually get useful
243     output
244
245  -- Evan Broder <broder@mit.edu>  Tue, 14 Oct 2008 19:25:14 -0400
246
247 sipb-xen-autoinstaller (2.8) unstable; urgency=low
248
249   * Correctly evaluate the kernel command line to deal with weird
250     potential quoting issues
251
252  -- Evan Broder <broder@mit.edu>  Mon, 13 Oct 2008 21:18:22 -0400
253
254 sipb-xen-autoinstaller (2.7) unstable; urgency=low
255
256   * Skip kpartx call when running on physical devices
257
258  -- Evan Broder <broder@mit.edu>  Tue, 07 Oct 2008 00:25:18 -0400
259
260 sipb-xen-autoinstaller (2.6) unstable; urgency=low
261
262   * Update dependencies for Hardy
263
264  -- Evan Broder <broder@mit.edu>  Mon, 06 Oct 2008 18:22:08 -0400
265
266 sipb-xen-autoinstaller (2.5) unstable; urgency=low
267
268   * Add sipb-xen-autoinstaller-host binary package
269   * Put common files in both binary packages
270   * Add beginnings of an installer script in -host package
271
272  -- Greg Price <price@mit.edu>  Sun, 28 Sep 2008 17:07:51 -0400
273
274 sipb-xen-autoinstaller (2.4) unstable; urgency=low
275
276   * Switch to using just sipb-database options on the host
277
278  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Mon, 28 Jul 2008 03:18:00 -0400
279
280 sipb-xen-autoinstaller (2.3) unstable; urgency=low
281
282   * Fix a couple bugs.
283
284  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Mon, 28 Jul 2008 01:06:18 -0400
285
286 sipb-xen-autoinstaller (2.2) unstable; urgency=low
287
288   * Divert /etc/init.d/rcS
289
290  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Mon, 28 Jul 2008 00:28:54 -0400
291
292 sipb-xen-autoinstaller (2.1) unstable; urgency=low
293
294   * Updates to the dependency lists.
295
296  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Mon, 28 Jul 2008 00:02:39 -0400
297
298 sipb-xen-autoinstaller (2.0) unstable; urgency=low
299
300   * Move the autoinstall inside a VM.
301
302  -- Eric Price <ecprice@mit.edu>  Sun, 27 Jul 2008 23:47:02 -0400
303
304 sipb-xen-guest-installer (1.4) unstable; urgency=low
305
306   * sipb-xen-install, using xen-create-image, which uses debootstrap
307     (ecprice, neboat, and me, weeks ago)
308
309  -- Greg Price <price@mit.edu>  Wed, 23 Jul 2008 01:15:58 -0400
310
311 sipb-xen-guest-installer (1.3) unstable; urgency=low
312
313   * Change sipb-xen-lvcopy so that it fails if you try to clone
314     anything but ice3
315
316  -- Evan Broder <broder@mit.edu>  Sat, 31 May 2008 13:38:37 -0700
317
318 sipb-xen-guest-installer (1.2) unstable; urgency=low
319
320   * Work around bug in Python subprocess.
321
322  -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Thu, 15 May 2008 18:46:57 -0400
323
324 sipb-xen-guest-installer (1.1) unstable; urgency=low
325
326   * All the changes since last October.  In particular:
327   * This system is in "production", using sx-lvcopy to replicate
328     a golden image on user request and frob it as necessary.
329
330  -- Greg Price <price@mit.edu>  Thu,  1 May 2008 01:09:11 -0400
331
332 sipb-xen-guest-installer (1.0) unstable; urgency=low
333
334   * Initial release.
335
336  -- Greg Price <price@mega-man.mit.edu>  Tue, 16 Oct 2007 03:01:08 -0400