use git for ipxe file

master
Jeff Moe 3 years ago
parent 2669c00921
commit 728e4cb8b3

@ -1,4 +1,6 @@
# eqx
This repository contains an archive of crufty scriptlets to deploy servers
on Equinix's bare metal network.
## Token
export PACKET_TOKEN=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
@ -28,5 +30,5 @@ chmod +x ~/bin/packet
##
Configure server at Equinix, set "iPXE Script URL" to:
https://util.forksand.com/eqx/ipxe
https://code.forksand.com/forksand/eqx/src/branch/master/ipxe

@ -16,7 +16,7 @@
#set -x
# Set static variables here
EQXIPXEURL="https://util.forksand.com/eqx/ipxe"
EQXIPXEURL="https://code.forksand.com/forksand/eqx/src/branch/master/ipxe"
EQXFACILITY="da11"
#EQXOS="debian_10"
EQXOS="custom_ipxe"

Loading…
Cancel
Save