summaryrefslogtreecommitdiffstats
path: root/pxeserver.tpl (unfollow)
Commit message (Collapse)AuthorFilesLines
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.