From 4a37fe65620967c3fc8effaa14cdb8da7ec036f4 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 7 Feb 2022 15:00:08 -0300 Subject: [PATCH] PXE --- PXE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 PXE.md diff --git a/PXE.md b/PXE.md new file mode 100644 index 0000000..1461230 --- /dev/null +++ b/PXE.md @@ -0,0 +1,5 @@ +PXE es una forma de bootear un sistema operativo a través de una red. + +- [Build your own datacenter with PXE and Alpine](https://blog.haschek.at/2019/build-your-own-datacenter-with-pxe-and-alpine.html) +- [PXE on OpenWrt with a different TFTP server](https://gist.github.com/rikka0w0/4c4caac493ce682cbed9ba3e928693d5) +- [PXE boot - Alpine Linux wiki](https://wiki.alpinelinux.org/wiki/PXE_boot)