projects
/
invirt/packages/invirt-web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use the newly added architecture field in the website
[invirt/packages/invirt-web.git]
/
code
/
controls.py
diff --git
a/code/controls.py
b/code/controls.py
index
4b9c6a4
..
7f5a630
100644
(file)
--- 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):