summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-03-16 21:01:33 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-03-16 21:01:33 +0100
commitab9bcfef16876a7d1c25a4dd85000928582ea2d4 (patch)
tree09967d97c4106d63e4b0e7fc41922cb08a9825e6 /README.md
parent2b89ff4274afe74f57ac35ad59a9479497009081 (diff)
downloadarchweb-ab9bcfef16876a7d1c25a4dd85000928582ea2d4.tar.gz
archweb-ab9bcfef16876a7d1c25a4dd85000928582ea2d4.zip
Document updating the iPXE images
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d3b16dd1..dd74a6e8 100644
--- a/README.md
+++ b/README.md
@@ -112,6 +112,14 @@ Running coverage:
To use the Django Debug toolbar install django-debug-toolbar and in local_settings.py
set DEBUG_TOOLBAR to True.
+# Updating iPXE image
+
+The netboot image can be updated by building the [AUR
+package](https://aur.archlinux.org/packages/ipxe-netboot/) (note that it builds
+from git master) and copying the resulting ipxe.pxe, ipxe.lkrn and ipxe.efi to
+sitestatic/netboot. Then as Arch Linux Developer sign them with your PGP key
+```gpg --output ipxe.efi.sig --detach-sig ipxe.efi```.
+
# Production Installation
Arch Linux has an Ansible role for Archweb in their [infrastructure repo](https://git.archlinux.org/infrastructure.git/).