Use the newly added architecture field in the website
authorEvan Broder <broder@mit.edu>
Mon, 17 Nov 2008 17:29:37 +0000 (12:29 -0500)
committerEvan Broder <broder@mit.edu>
Mon, 17 Nov 2008 17:29:37 +0000 (12:29 -0500)
svn path=/trunk/packages/invirt-web/; revision=1695

code/controls.py

index 4b9c6a4..7f5a630 100644 (file)
@@ -53,6 +53,7 @@ def lvinstall(machine, autoinstall):
     remctl('control', machine.name, 'install', 
            'dist=%s' % autoinstall.distribution,
            'mirror=%s' % autoinstall.mirror,
     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):
            'imagesize=%s' % imagesize)
 
 def lvcopy(machine_orig_name, machine, rootpw):