Bump up autoinstall memory to make modern releases work again 0.0.55
authorMitchell E Berger <mitchb@mit.edu>
Fri, 1 Jun 2018 06:16:42 +0000 (02:16 -0400)
committerMitchell E Berger <mitchb@mit.edu>
Fri, 1 Jun 2018 06:16:42 +0000 (02:16 -0400)
debian/changelog
invirt-database

index bb7138f..5efee71 100644 (file)
@@ -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 <mitchb@mit.edu>  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
index 5fb7378..5e7b772 100644 (file)
@@ -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'