X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=pxe-server;h=b1700beab398c08cdc9b1a9b60b99112209b0008;hb=9ac5bbeccb3e969e29b372656bd51352ff31b0b8;hp=c19f6d2eeadbe95449003b5f12543266aa4739c1;hpb=836348b3deca3d4544bcf4ece81d8609740da550;p=automated-distro-installer diff --git a/pxe-server b/pxe-server index c19f6d2..b1700be 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 <