summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2017-03-05 00:22:18 +0100
committerThomas Bächler <thomas@archlinux.org>2017-03-05 00:22:18 +0100
commit6ec7daa1811f13bc6ed500f4adca9a28717f3ac2 (patch)
treecd2f40b91711021035c8e7fe05548147971734ab /releng
parent6cdc1e51f170e38084939e7e11b0af04018956b3 (diff)
downloadarchweb-6ec7daa1811f13bc6ed500f4adca9a28717f3ac2.tar.gz
archweb-6ec7daa1811f13bc6ed500f4adca9a28717f3ac2.zip
netboot: Disable i686 support
Diffstat (limited to 'releng')
-rw-r--r--releng/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/releng/views.py b/releng/views.py
index 9e7a794e..b2bafb49 100644
--- a/releng/views.py
+++ b/releng/views.py
@@ -293,7 +293,6 @@ def netboot_config(request):
mirrorurls = sorted( mirrorurls,
key=lambda x: x.country.name)
context = {
- 'archs': [ 'i686', 'x86_64' ],
'releases': releases,
'mirrorurls': mirrorurls,
}