X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-autoinstaller.git/blobdiff_plain/725b6c14b8e5bfec225564e2da33bf5eecb6db41..refs/heads/dev:/debian/changelog diff --git a/debian/changelog b/debian/changelog index ae392cd..240b65d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,139 @@ +invirt-autoinstaller (0.0.34) unstable; urgency=low + + * Add a missing dependency for the host on kpartx. + + -- Evan Broder Sun, 30 May 2010 11:32:43 -0400 + +invirt-autoinstaller (0.0.33) unstable; urgency=low + + * Don't hardcode netmask and gateway + + -- Greg Brockman 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 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 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 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 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 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 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 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 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 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 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 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 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 Sat, 02 May 2009 21:33:44 -0400 + +invirt-autoinstaller (0.0.19) unstable; urgency=low + + * fix symlinks + + -- Greg Price 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 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 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 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 Wed, 18 Feb 2009 00:30:45 -0500 + invirt-autoinstaller (0.0.14) jaunty; urgency=low * Don't confuse MB with MiB.