From: Evan Broder Date: Mon, 27 Jul 2009 03:36:28 +0000 (-0400) Subject: In invirt-xen-config: X-Git-Tag: 0.0.25^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/fa5f0796eae323120fd81c2de3541be30ed6b743 In invirt-xen-config: * Some of the autoinstallers want a lot of RAM. Give it to them. svn path=/trunk/packages/invirt-xen-config/; revision=2367 --- diff --git a/debian/changelog b/debian/changelog index b7dffe4..79d2264 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-xen-config (0.0.25) unstable; urgency=low + + * Some of the autoinstallers want a lot of RAM. Give it to them. + + -- Evan Broder Sun, 26 Jul 2009 20:35:13 -0700 + invirt-xen-config (0.0.24) unstable; urgency=low * Prepare for a Xen 3.3 world by allowing either 3.2 or 3.3 packages. diff --git a/invirt-database b/invirt-database index 5ee57f9..2c1ff7c 100644 --- a/invirt-database +++ b/invirt-database @@ -64,6 +64,8 @@ if 'installer_options' in locals(): #Installer extra += ' %s' % installer_options root = '/dev/hdb1' codepath = None + + memory = max(memory, 512) elif cdrom is not None: disk.append('phy:/dev/xenvg/image_' + cdrom.cdrom_id + ',hdc:cdrom,r') boot = 'd'