summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2019-12-23 16:19:05 +0100
committerJelle van der Waa <jelle@vdwaa.nl>2019-12-23 16:19:05 +0100
commit421a14304562bd0740662986ed6d5812b5b827c4 (patch)
tree4d4e18c68afa1f835ea42409841735c2f98edc51 /README.md
parent25dc4499aef6a9e1a9bd0fd2f794ce2b0e70aeae (diff)
downloadarchweb-421a14304562bd0740662986ed6d5812b5b827c4.tar.gz
archweb-421a14304562bd0740662986ed6d5812b5b827c4.zip
README: add note about iPXE testing
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl>
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c4a0264..2f3c050a 100644
--- a/README.md
+++ b/README.md
@@ -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/).