diff options
author | Thomas Bächler <thomas@archlinux.org> | 2016-06-03 13:52:03 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2016-06-03 22:28:27 +0200 |
commit | b246b751dc44c16f1edd2f5dd53822c3d377e1a2 (patch) | |
tree | 31568bc0978395b4d2ef2403ce618213b83d21ea /settings.py | |
parent | 042763555885986a64c06e340b98da595f27d0e1 (diff) |
Add information and ipxe images for the new netboot system
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings.py b/settings.py index 79271772..4393e693 100644 --- a/settings.py +++ b/settings.py @@ -162,9 +162,6 @@ PGP_SERVER_SECURE = True # URL to fetch a current list of available ISOs ISO_LIST_URL = 'https://releng.archlinux.org/isos/' -# URL to the PXE netboot instructions -PXEBOOT_URL = 'https://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://svn.archlinux.org/' |