Index: trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/97-setup-grub
===================================================================
--- trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/97-setup-grub	(revision 1721)
+++ trunk/packages/invirt-autoinstaller/common/usr/lib/xen-tools/debian.d/97-setup-grub	(revision 1722)
@@ -25,17 +25,7 @@
 # linux-image-xen-{amd64,686} in debian.
 #
-
-# First we need to figure out whether we're dealing with Debian or
-# Ubuntu. Unfortunately, Debian doesn't install lsb_release by
-# default, and its lsb-release package Recommends a bunch of stuff
-installDebianPackage ${prefix} -o="Apt::Install-Recommends=false" lsb-release
-if [ "Debian" = "$(chroot ${prefix} lsb_release -si)" ]; then
-    # One of these exists in the amd64 repo, and one of them exists in
-    # the i386 repo. The one that doesn't exist won't get installed
-    installDebianPackage ${prefix} linux-image-xen-amd64
-    installDebianPackage ${prefix} linux-image-xen-686
-else
-    installDebianPackage ${prefix} linux-image-xen
-fi
+installDebianPackage ${prefix} linux-image-xen-amd64
+installDebianPackage ${prefix} linux-image-xen-686
+installDebianPackage ${prefix} linux-image-xen
 
 installDebianPackage ${prefix} grub
Index: trunk/packages/invirt-autoinstaller/debian/changelog
===================================================================
--- trunk/packages/invirt-autoinstaller/debian/changelog	(revision 1721)
+++ trunk/packages/invirt-autoinstaller/debian/changelog	(revision 1722)
@@ -1,2 +1,8 @@
+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
 
