summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2011-12-04 17:51:36 +0100
committerDan McGee <dan@archlinux.org>2011-12-05 17:46:18 -0600
commitc9d51d08c9e9fe0e04c013809f4278036b05b50e (patch)
tree3552b80b5a9b74241da8d2b6f49014ee34ae27bf /public
parentffdaac4d8bb29afae9cd7c7fc96e0eb730fc2f2a (diff)
downloadarchweb-c9d51d08c9e9fe0e04c013809f4278036b05b50e.tar.gz
archweb-c9d51d08c9e9fe0e04c013809f4278036b05b50e.zip
download: add a link to the new netboot environment
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'public')
-rw-r--r--public/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/views.py b/public/views.py
index 40512614..8fb60c78 100644
--- a/public/views.py
+++ b/public/views.py
@@ -63,6 +63,7 @@ def download(request):
)
context = {
'releng_iso_url': settings.ISO_LIST_URL,
+ 'releng_pxeboot_url': settings.PXEBOOT_URL,
}
return list_detail.object_list(request,
qset.order_by('mirror__country', 'mirror__name', 'protocol'),