* Some of the autoinstallers want a lot of RAM. Give it to them.
svn path=/trunk/packages/invirt-xen-config/; revision=2367
+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.
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'