[arch-releng] [PATCH] download: add a link to the new netboot environment

Thomas Bächler thomas at archlinux.org
Sun Dec 4 11:51:36 EST 2011


---
 public/views.py                |    1 +
 settings.py                    |    3 +++
 templates/public/download.html |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/public/views.py b/public/views.py
index 4051261..8fb60c7 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'),
diff --git a/settings.py b/settings.py
index 77f84ba..b22b429 100644
--- a/settings.py
+++ b/settings.py
@@ -118,6 +118,9 @@
 # URL to fetch a current list of available ISOs
 ISO_LIST_URL = 'http://releng.archlinux.org/isos/'
 
+# URL to the PXE netboot instructions
+PXEBOOT_URL = 'http://releng.archlinux.org/pxeboot/'
+
 # URL for SVN access for fetching commit messages (note absence of packages or
 # community bit on the end, repo.svn_root is appended)
 SVN_BASE_URL = 'svn+ssh://svn.archlinux.org/srv/svn-'
diff --git a/templates/public/download.html b/templates/public/download.html
index 36aca9a..3e33ab3 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -122,6 +122,8 @@
     <ul>
         <li><a href="{{ releng_iso_url }}"
             title="Release Engineering ISO download">Download snapshots</a></li>
+        <li><a href="{{ releng_pxeboot_url }}"
+            title="Arch Linux Netboot Live System">Boot latest snapshots over the network</a></li>
         <li><a href="{% url releng-test-overview %}"
             title="Release Engineering ISO feedback">Feedback</a></li>
     </ul>
-- 
1.7.8



More information about the arch-releng mailing list