X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=pxe-server;h=7fced849def066ca634f42b3ab20f27708c9bc94;hp=c19f6d2eeadbe95449003b5f12543266aa4739c1;hb=a2b8051e808621b9a33617d0c75d212bd2141ddc;hpb=175cf089388948672b5b4b6f9a8cf5a96a7015f2 diff --git a/pxe-server b/pxe-server index c19f6d2..7fced84 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 <