From: Mitchell E Berger Date: Fri, 1 Jun 2018 06:16:42 +0000 (-0400) Subject: Bump up autoinstall memory to make modern releases work again X-Git-Tag: 0.0.55^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/commitdiff_plain/a5800c3d4ff76eb8d0397da0e7dad5e111752291?ds=inline;hp=c5315b74b7779e829ffcc28ac02543b5a5a3a200 Bump up autoinstall memory to make modern releases work again --- 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'