linking to raw ipxe will work better....

master
Jeff Moe 3 years ago
parent 728e4cb8b3
commit ef6aa42631

@ -30,5 +30,5 @@ chmod +x ~/bin/packet
##
Configure server at Equinix, set "iPXE Script URL" to:
https://code.forksand.com/forksand/eqx/src/branch/master/ipxe
https://code.forksand.com/forksand/eqx/raw/branch/master/ipxe-install-debian-10

@ -33,3 +33,5 @@ sleep 1
eqx-get-project-ssh-config "$EQXPROJECT"
eqx-get-project-clusterssh-config "$EQXPROJECT"
# Add console ssh
# Add installer ssh

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

Loading…
Cancel
Save