From c9d51d08c9e9fe0e04c013809f4278036b05b50e Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 4 Dec 2011 17:51:36 +0100 Subject: download: add a link to the new netboot environment Signed-off-by: Dan McGee --- settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 77f84ba..b22b429 100644 --- a/settings.py +++ b/settings.py @@ -118,6 +118,9 @@ PGP_SERVER = 'pgp.mit.edu:11371' # 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-' -- cgit v1.2.3-24-g4f1b