README: add note about iPXE testing

Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
This commit is contained in:
Jelle van der Waa 2019-12-23 16:19:05 +01:00
parent 25dc4499ae
commit 421a143045
No known key found for this signature in database
GPG Key ID: C06086337C50773E

View File

@ -120,6 +120,11 @@ 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```.
Testing a build iPXE image requires the 'qemu' package and running the
following command:
qemu-system-x86_64 -kernel ipxe.lkrn -m 2G
# Production Installation
Arch Linux has an Ansible role for Archweb in their [infrastructure repo](https://git.archlinux.org/infrastructure.git/).