From 82e153ac0aa4f3697db9d799a42fee4fcc198826 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Mon, 17 Nov 2008 12:29:37 -0500 Subject: [PATCH] Use the newly added architecture field in the website svn path=/trunk/packages/invirt-web/; revision=1695 --- code/controls.py | 1 + 1 file changed, 1 insertion(+) 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): -- 1.7.9.5