summaryrefslogtreecommitdiffstats
path: root/pxeserver.tpl (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-17Fix pxeserver and expand its functionality Eric Hameleers1-28/+106
- PXE boot of a UEFI computer finally works. Note that if it does not work for you out of the box, look at the section where a section of 'dhcp-match' and 'dhcp-boot' lines is commented out. If you remove the comment characters from these 8 lines and instead, add a comment character '#' in front of the 'dhcp-match' and 'pxe-service' lines a bit higher up, your UEFI computer might actually succeed in booting over the network. - Optionally, the script can hide its PXE clients behind a NAT router in case external network is not accessible via normal routing. - Correct nmcli syntax is being used now... - Network interface will be de-configured when the script ends, likewise any NAT iptables rules will be removed afterwards.
2023-06-02pxeserver: allow to cancel starting the PXE server after configuring Eric Hameleers1-1/+5
2023-05-31Fix a typo in the PXE server template Eric Hameleers1-1/+1
Thanks again to Richard Hoyle for reporting.
2022-02-07pxeserver: also check NetworkManager internal dhcp client Eric Hameleers1-3/+16
2019-02-15Fix PXE boot. Fix pxeserver. Add support for PXE-booting UEFI-based PC's Eric Hameleers1-29/+171
Note that UEFI PXE-boot is not yet working, I do not know why.
2017-01-23Make it obvious that some scripts are templates and cannot be used as-is. Eric Hameleers1-0/+0
This affects: - pxeserver - setup2hd Both have been renamed with extension '.tpl' as indication that they are templates. The 'make_slackware_live.sh' script performs a series of substitutions on them to produce the actual scripts inside the ISO.
2017-01-23Add '2017' to the copyright statements. Eric Hameleers1-1/+1
2016-05-05Without 'fsid' option nfsd refuses to export the filesystem if it is RAM based. Eric Hameleers1-1/+3
The number '14' used in the script could be any (unique) low-range number.
2016-05-05pxeserver: minor polishing. Eric Hameleers1-2/+2
2016-05-05Add PXE server infrastructure. Eric Hameleers1-0/+712
See the README.txt for instructions on how to use the 'pxeserver' script and what it can do for you.