X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=arch-pxe;fp=arch-pxe;h=03ec659949e17470d26951236cc3796dc15f10c4;hb=e6da963744f05fc92ba515f1544fbbc0773f4d2f;hp=5a5b5464360e214b2e1543639cb149661385da71;hpb=9ff459d81a21b8154340752d20288104c50b798c;p=automated-distro-installer diff --git a/arch-pxe b/arch-pxe index 5a5b546..03ec659 100755 --- a/arch-pxe +++ b/arch-pxe @@ -1,6 +1,7 @@ #!/bin/bash -lx -# manually download image to /a/opt, and set it's name below. +# Setup arch pxe boot server from the base image. +# Requires manually downloading image to /a/opt, and set it's name below. set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?"' ERR