feature: workbench pxe #2

Merged
pedro merged 83 commits from pxe into main 2024-09-28 02:19:31 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8e4186d9d4 - Show all commits

View File

@ -57,6 +57,7 @@ install_tftp() {
# from https://wiki.debian.org/PXEBootInstall#Simple_way_-_using_Dnsmasq # from https://wiki.debian.org/PXEBootInstall#Simple_way_-_using_Dnsmasq
cat > /etc/dnsmasq.d/pxe-tftp <<END cat > /etc/dnsmasq.d/pxe-tftp <<END
port=0 port=0
# info: https://wiki.archlinux.org/title/Dnsmasq#Proxy_DHCP
dhcp-range=${nfs_allowed_lan%/*},proxy dhcp-range=${nfs_allowed_lan%/*},proxy
dhcp-boot=pxelinux.0 dhcp-boot=pxelinux.0
pxe-service=x86PC,"Network Boot",pxelinux pxe-service=x86PC,"Network Boot",pxelinux