From fa5f0796eae323120fd81c2de3541be30ed6b743 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 26 Jul 2009 23:36:28 -0400 Subject: [PATCH] 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 --- debian/changelog | 6 ++++++ invirt-database | 2 ++ 2 files changed, 8 insertions(+) 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' -- 1.7.9.5