summaryrefslogtreecommitdiffstats
path: root/pxeserver.tpl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix pxeserver and expand its functionality Eric Hameleers2023-09-171-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.
* pxeserver: allow to cancel starting the PXE server after configuring Eric Hameleers2023-06-021-1/+5
|
* Fix a typo in the PXE server template Eric Hameleers2023-05-311-1/+1
| | | | Thanks again to Richard Hoyle for reporting.
* pxeserver: also check NetworkManager internal dhcp client Eric Hameleers2022-02-071-3/+16
|
* Fix PXE boot. Fix pxeserver. Add support for PXE-booting UEFI-based PC's Eric Hameleers2019-02-151-29/+171
| | | | Note that UEFI PXE-boot is not yet working, I do not know why.
* Make it obvious that some scripts are templates and cannot be used as-is. Eric Hameleers2017-01-231-0/+714
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.