Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
ab9bcfef
Commit
ab9bcfef
authored
Mar 16, 2019
by
Jelle van der Waa
🚧
Browse files
Document updating the iPXE images
parent
2b89ff42
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
ab9bcfef
...
...
@@ -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/).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment