From a5800c3d4ff76eb8d0397da0e7dad5e111752291 Mon Sep 17 00:00:00 2001 From: Mitchell E Berger Date: Fri, 1 Jun 2018 02:16:42 -0400 Subject: [PATCH 1/1] Bump up autoinstall memory to make modern releases work again --- debian/changelog | 7 +++++++ invirt-database | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bb7138f..5efee71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +invirt-xen-config (0.0.55) unstable; urgency=low + + * invirt-database: bump up autoinstall memory to make modern releases + work again. + + -- Mitchell Berger Fri, 01 Jun 2018 02:17:00 -0400 + invirt-xen-config (0.0.54) unstable; urgency=low * invirt-database: handle several possible actions to take with an diff --git a/invirt-database b/invirt-database index 5fb7378..5e7b772 100644 --- a/invirt-database +++ b/invirt-database @@ -100,7 +100,7 @@ if 'installer_options' in locals(): #Installer root = '/dev/hdb1' codepath = None - memory = max(memory, 512) + memory = max(memory, 768) elif cdrom is not None: disk.append('phy:/dev/xenvg/image_' + cdrom.cdrom_id + ',hdc:cdrom,r') boot = 'd' -- 1.7.9.5