From 849983aaebcbc5d1c06b282ef7a14024b62016f5 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 25 Sep 2024 11:12:01 -0300 Subject: [PATCH] pxe: update README --- pxe/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pxe/README.md b/pxe/README.md index f30acc4..9b468da 100644 --- a/pxe/README.md +++ b/pxe/README.md @@ -1,3 +1,9 @@ Run `install-pxe.sh` -inspired on https://farga.exo.cat/exo/wiki/src/branch/master/howto/apu/apu-installer.md +## Resources + +- I originally inspired on this article https://farga.exo.cat/exo/wiki/src/branch/master/howto/apu/apu-installer.md +- https://github.com/eReuse/workbench-live/blob/feature/pxe/docs/PXE-setup.md +- https://wiki.debian.org/PXEBootInstall +- https://wiki.debian.org/DebianInstaller/NetbootFirmware +- [In this presentation](https://people.debian.org/~andi/LiveNetboot.pdf), page 12 recommends [4.6 Building a netboot image](https://live-team.pages.debian.net/live-manual/html/live-manual/the-basics.en.html#236) [4.7 Webbooting](https://live-team.pages.debian.net/live-manual/html/live-manual/the-basics.en.html#275)