X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/4d9af711362ba764578eebb8ee3f52126490fe18..82e153ac0aa4f3697db9d799a42fee4fcc198826:/code/controls.py diff --git a/code/controls.py b/code/controls.py index 4b9c6a4..7f5a630 100644 --- a/code/controls.py +++ b/code/controls.py @@ -53,6 +53,7 @@ def lvinstall(machine, autoinstall): remctl('control', machine.name, 'install', 'dist=%s' % autoinstall.distribution, 'mirror=%s' % autoinstall.mirror, + 'arch=%s' % autoinstall.arch, 'imagesize=%s' % imagesize) def lvcopy(machine_orig_name, machine, rootpw):