X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=pxe-server;h=a59e71c5d48676fd61a6cfc78954f01c8de623fe;hb=5ccaac3779f6bcf991e6ab0f7d545b37e3a4db63;hp=c19f6d2eeadbe95449003b5f12543266aa4739c1;hpb=836348b3deca3d4544bcf4ece81d8609740da550;p=automated-distro-installer diff --git a/pxe-server b/pxe-server index c19f6d2..a59e71c 100755 --- a/pxe-server +++ b/pxe-server @@ -15,12 +15,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -# Setup dhcp server to point to tftp server, -# and depending on the type, setup the tftp server. - -# usage: $0 TYPE -# default distro is the base debian/fedora type. others are fai & arch. -# for no pxe server, use a no-op like : or true. x="$(readlink -f "$BASH_SOURCE")"; source "${x%/*}/bash-trace" @@ -29,14 +23,15 @@ x="$(readlink -f "$BASH_SOURCE")"; source "${x%/*}/bash-trace" usage() { cat <