In invirt-xen-config: 0.0.25
authorEvan Broder <broder@mit.edu>
Mon, 27 Jul 2009 03:36:28 +0000 (23:36 -0400)
committerEvan Broder <broder@mit.edu>
Mon, 27 Jul 2009 03:36:28 +0000 (23:36 -0400)
  * Some of the autoinstallers want a lot of RAM. Give it to them.

svn path=/trunk/packages/invirt-xen-config/; revision=2367

debian/changelog
invirt-database

index b7dffe4..79d2264 100644 (file)
@@ -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 <broder@mit.edu>  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.
index 5ee57f9..2c1ff7c 100644 (file)
@@ -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'