X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/3afa9eb4126fe5520531f8b82662ae02f2ae936f..bf27ca1d371e1bb6b49c7e7d47438985e1399d24:/code/controls.py diff --git a/code/controls.py b/code/controls.py index 9f5bc48..d21eb7a 100644 --- a/code/controls.py +++ b/code/controls.py @@ -144,8 +144,9 @@ def createVm(username, state, owner, contact, name, description, memory, disksiz makeDisks(machine) if autoinstall: lvinstall(machine, autoinstall) - # tell it to boot with cdrom - bootMachine(machine, cdrom) + else: + # tell it to boot with cdrom + bootMachine(machine, cdrom) return machine def getList():