Add a missing dependency for invirt-autoinstaller-host on kpartx.
[invirt/packages/invirt-autoinstaller.git] / debian / changelog
index 4902a4e..240b65d 100644 (file)
@@ -1,3 +1,300 @@
+invirt-autoinstaller (0.0.34) unstable; urgency=low
+
+  * Add a missing dependency for the host on kpartx.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 30 May 2010 11:32:43 -0400
+
+invirt-autoinstaller (0.0.33) unstable; urgency=low
+
+  * Don't hardcode netmask and gateway
+
+ -- Greg Brockman <gdb@mit.edu>  Fri, 01 Jan 2010 23:31:55 -0500
+
+invirt-autoinstaller (0.0.32) unstable; urgency=low
+
+  * Revert 0.0.31 - it didn't work, and left autoinstalled VMs that used
+    to work without anything in their grub menu.lst.
+
+ -- Evan Broder <broder@mit.edu>  Thu, 13 Aug 2009 08:35:50 -0700
+
+invirt-autoinstaller (0.0.31) unstable; urgency=low
+
+  * Hack to be differently specific when replacing the root= lines. This
+    should replace both the actual grub config lines and the kopt line,
+    but leave lines like groot alone.
+
+ -- Evan Broder <broder@mit.edu>  Tue, 28 Jul 2009 14:39:25 -0700
+
+invirt-autoinstaller (0.0.30) unstable; urgency=low
+
+  * When we're installing the world, be sure to block debconf prompts from
+    coming up.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 26 Jul 2009 19:59:01 -0700
+
+invirt-autoinstaller (0.0.29) unstable; urgency=low
+
+  * Be more specific when replacing root= lines with UUID equivalents in
+    the grub menu.lst. This avoids replacing things like groot, which
+    makes pygrub unhappy.
+
+ -- Evan Broder <broder@mit.edu>  Sat, 13 Jun 2009 19:33:01 -0700
+
+invirt-autoinstaller (0.0.28) unstable; urgency=low
+
+  * We're using bashisms in 93-setup-grub, so let's use bash.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 02:40:54 -0400
+
+invirt-autoinstaller (0.0.27) unstable; urgency=low
+
+  * Correctly detect what the path to the block devices in fstab are.
+  * Never prompt when updating the grub config after frobbing it.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 01:40:55 -0400
+
+invirt-autoinstaller (0.0.26) unstable; urgency=low
+
+  * Switch the grub config and /etc/fstab to using UUIDs for specifying
+    the boot and swap partitions.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 01:18:45 -0400
+
+invirt-autoinstaller (0.0.25) unstable; urgency=low
+
+  * Uh...right. Let's edit the event.d file and menu.lst within the
+    install prefix for Intrepid/Jaunty.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 03 May 2009 00:14:50 -0400
+
+invirt-autoinstaller (0.0.24) unstable; urgency=low
+
+  * Add a new version of our patches to work with the current Ubuntu
+    update-grub, instead of trying to use the indomU variable (which still
+    excludes kernels from showing up in the menu.lst).
+
+ -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 23:45:03 -0400
+
+invirt-autoinstaller (0.0.23) unstable; urgency=low
+
+  * Create the shell of a menu.lst file needed to successfully parse
+    indomU=true out of it.
+
+ -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 22:56:30 -0400
+
+invirt-autoinstaller (0.0.22) unstable; urgency=low
+
+  * For Jaunty systems, edit /boot/grub/menu.lst appropriately to work
+    with the fix for LP #291256.
+
+ -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 22:20:29 -0400
+
+invirt-autoinstaller (0.0.21) unstable; urgency=low
+
+  * Create xen-tools symlinks for installing Intrepid and Jaunty.
+
+ -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 21:41:43 -0400
+
+invirt-autoinstaller (0.0.20) unstable; urgency=low
+
+  * Update the setup-grub hook to work with pv_ops Ubuntu kernels.
+
+ -- Evan Broder <broder@mit.edu>  Sat, 02 May 2009 21:33:44 -0400
+
+invirt-autoinstaller (0.0.19) unstable; urgency=low
+
+  * fix symlinks
+
+ -- Greg Price <price@mit.edu>  Thu, 19 Feb 2009 03:15:03 -0500
+
+invirt-autoinstaller (0.0.18) unstable; urgency=low
+
+  * Renumber our 9x-* hook scripts to make some room.
+  * Move 36-clear-root-password to 96- so it sticks.
+
+ -- Greg Price <price@mit.edu>  Thu, 19 Feb 2009 03:03:39 -0500
+
+invirt-autoinstaller (0.0.17) unstable; urgency=low
+
+  * Unset root password in xen-create-image.
+  * Don't bother unsetting the password in the installer image, because it
+    doesn't actually affect the guest.
+
+ -- Greg Price <price@mit.edu>  Wed, 18 Feb 2009 22:12:26 -0500
+
+invirt-autoinstaller (0.0.16) unstable; urgency=low
+
+  * Unset root password in guest, so it's unset in autoinstalled images.
+
+ -- Greg Price <price@mit.edu>  Wed, 18 Feb 2009 02:39:29 -0500
+
+invirt-autoinstaller (0.0.15) unstable; urgency=low
+
+  * Poke policy-rc.d while using aptitude so we don't try to start daemons.
+
+ -- Greg Price <price@mit.edu>  Wed, 18 Feb 2009 00:30:45 -0500
+
+invirt-autoinstaller (0.0.14) jaunty; urgency=low
+
+  * Don't confuse MB with MiB.
+
+ -- Anders Kaseorg <andersk@mit.edu>  Tue, 17 Feb 2009 04:56:38 -0500
+
+invirt-autoinstaller (0.0.13) unstable; urgency=low
+
+  * Don't hang indefinitely waiting for input from a user that can't talk
+    to you.
+
+ -- Evan Broder <broder@mit.edu>  Sun, 15 Feb 2009 03:54:10 -0500
+
+invirt-autoinstaller (0.0.12) unstable; urgency=low
+
+  * TTANTS: Conflicts. Depends.
+
+ -- Evan Broder <broder@mit.edu>  Sat, 14 Feb 2009 22:38:48 -0500
+
+invirt-autoinstaller (0.0.11) unstable; urgency=low
+
+  * Require aptitude in the autoinstaller guest - and use it in
+    invirt-update-ai-guest.
+
+ -- Evan Broder <broder@mit.edu>  Sat, 14 Feb 2009 22:32:32 -0500
+
+invirt-autoinstaller (0.0.10) unstable; urgency=low
+
+  * Serial consoles are supposed to run at 115200 baud, not 115300.
+  * Install a more complete base system on Debian.
+
+ -- Evan Broder <broder@mit.edu>  Sat, 14 Feb 2009 21:29:07 -0500
+
+invirt-autoinstaller (0.0.9) unstable; urgency=low
+
+  * xen-utils recommends a Xen hypervisor. We don't want one.
+
+ -- Evan Broder <broder@mit.edu>  Sat, 31 Jan 2009 23:39:06 -0500
+
+invirt-autoinstaller (0.0.8) unstable; urgency=low
+
+  * Actually install a useful base system by pulling in ubuntu-minimal and
+    ubuntu-standard (sorry, Debian).
+
+ -- Evan Broder <broder@mit.edu>  Sat, 31 Jan 2009 22:51:00 -0500
+
+invirt-autoinstaller (0.0.7) unstable; urgency=low
+
+  * Add a script to update the autoinstaller disk from a host.
+  * Use a more stringent regexp and fail loudly if the match fails.
+  * Turn off transmission segmentation offloading instead of tx checksum
+    offloading
+
+ -- Evan Broder <broder@mit.edu>  Mon, 26 Jan 2009 20:57:09 -0500
+
+invirt-autoinstaller (0.0.6) unstable; urgency=low
+
+  * Correct for the checksumming issue in /etc/network/interfaces instead
+    of /etc/rc.local
+
+ -- Evan Broder <broder@mit.edu>  Mon, 26 Jan 2009 07:40:30 -0500
+
+invirt-autoinstaller (0.0.5) unstable; urgency=low
+
+  * Install Debian and Ubuntu compatible kernels without checking first
+
+ -- Evan Broder <broder@mit.edu>  Wed, 19 Nov 2008 20:51:20 -0500
+
+invirt-autoinstaller (0.0.4) unstable; urgency=low
+
+  * Figure out whether the autoinstaller is running on Debian or Ubuntu,
+    and install an appropriate kernel
+
+ -- Evan Broder <broder@mit.edu>  Wed, 19 Nov 2008 19:53:25 -0500
+
+invirt-autoinstaller (0.0.3) unstable; urgency=low
+
+  * Whoops - replace the right string in /etc/rc.local
+
+ -- Evan Broder <broder@mit.edu>  Fri, 14 Nov 2008 01:59:11 -0500
+
+invirt-autoinstaller (0.0.2) unstable; urgency=low
+
+  * Add hook to turn off checksumming in guests
+
+ -- Evan Broder <broder@mit.edu>  Fri, 14 Nov 2008 01:19:21 -0500
+
+invirt-autoinstaller (0.0.1) unstable; urgency=low
+
+  * sipb-xen-autoinstaler -> invirt-autoinstaller
+  * Punt DEB_AUTO_UPDATE_DEBIAN_CONTROL
+
+ -- Evan Broder <broder@mit.edu>  Sat, 01 Nov 2008 04:47:25 -0400
+
+sipb-xen-autoinstaller (2.11) unstable; urgency=low
+
+  * sipb-xen-dom0 -> invirt-xen-config
+
+ -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 18:18:51 -0400
+
+sipb-xen-autoinstaller (2.10) unstable; urgency=low
+
+  * Hide misleading harmless error message from dmsetup
+  * Start udev in guest, so /dev/hda[12] appear automatically
+  * understand 'noinstall=' rather than 'noinstall', so validator on
+    remote accepts it
+
+ -- Greg Price <price@mit.edu>  Sun, 19 Oct 2008 21:26:31 -0400
+
+sipb-xen-autoinstaller (2.9) unstable; urgency=low
+
+  * Run xen-create-image with --verbose so you actually get useful
+    output
+
+ -- Evan Broder <broder@mit.edu>  Tue, 14 Oct 2008 19:25:14 -0400
+
+sipb-xen-autoinstaller (2.8) unstable; urgency=low
+
+  * Correctly evaluate the kernel command line to deal with weird
+    potential quoting issues
+
+ -- Evan Broder <broder@mit.edu>  Mon, 13 Oct 2008 21:18:22 -0400
+
+sipb-xen-autoinstaller (2.7) unstable; urgency=low
+
+  * Skip kpartx call when running on physical devices
+
+ -- Evan Broder <broder@mit.edu>  Tue, 07 Oct 2008 00:25:18 -0400
+
+sipb-xen-autoinstaller (2.6) unstable; urgency=low
+
+  * Update dependencies for Hardy
+
+ -- Evan Broder <broder@mit.edu>  Mon, 06 Oct 2008 18:22:08 -0400
+
+sipb-xen-autoinstaller (2.5) unstable; urgency=low
+
+  * Add sipb-xen-autoinstaller-host binary package
+  * Put common files in both binary packages
+  * Add beginnings of an installer script in -host package
+
+ -- Greg Price <price@mit.edu>  Sun, 28 Sep 2008 17:07:51 -0400
+
+sipb-xen-autoinstaller (2.4) unstable; urgency=low
+
+  * Switch to using just sipb-database options on the host
+
+ -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Mon, 28 Jul 2008 03:18:00 -0400
+
+sipb-xen-autoinstaller (2.3) unstable; urgency=low
+
+  * Fix a couple bugs.
+
+ -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Mon, 28 Jul 2008 01:06:18 -0400
+
+sipb-xen-autoinstaller (2.2) unstable; urgency=low
+
+  * Divert /etc/init.d/rcS
+
+ -- Eric Price <ecprice@sipb-xen-dev.mit.edu>  Mon, 28 Jul 2008 00:28:54 -0400
+
 sipb-xen-autoinstaller (2.1) unstable; urgency=low
 
   * Updates to the dependency lists.
 sipb-xen-autoinstaller (2.1) unstable; urgency=low
 
   * Updates to the dependency lists.