X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-xen-config.git/blobdiff_plain/e6a8ef45ee884cf8e857666ff5593972f84ca969..fed68a37d00581faff9e2ef911fc544f0cfbca1a:/invirt-database diff --git a/invirt-database b/invirt-database index 5ee57f9..4b86a85 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' @@ -75,7 +77,6 @@ if codepath == 'hvm': kernel = '/usr/lib/xen/boot/hvmloader' builder = 'hvm' vnc = 1 - vncpasswd = 'moocow' device_model = '/usr/sbin/qemu-dm-invirt' serial = "pty" elif codepath == 'paravm':