pxe
free PXE daemon
Install
- All systems
-
curl cmd.cat/pxe.sh
- Debian
-
apt-get install pxe
- Ubuntu
-
apt-get install pxe
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pxe
- Raspbian
-
apt-get install pxe
- Dockerfile
- dockerfile.run/pxe
pxe
free PXE daemon
PXE is a specification to boot PCs from the net. Apart from BOOTP or DHCP for acquiring an IP address and TFTP for transferring files, it requires a PXE daemon on the server. This package provides only this daemon. For the other protocols, it recommends alternatives that are known to work. Homepage: <http://www.kano.org.uk/projects/pxe/>