X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=pxe-server;h=a59e71c5d48676fd61a6cfc78954f01c8de623fe;hb=c992f0c63e79ea31154671410b51213e4624422c;hp=63373e37e8f46249b72b9f84fe5d7cd3e49387a8;hpb=da61a304a10de72288782a9d872769fe44576f50;p=automated-distro-installer diff --git a/pxe-server b/pxe-server index 63373e3..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 <