diff --git a/README.md b/README.md index 4b196db..34d030e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/eqx-create-cluster b/eqx-create-cluster index 0733519..b7fb35d 100755 --- a/eqx-create-cluster +++ b/eqx-create-cluster @@ -33,3 +33,5 @@ sleep 1 eqx-get-project-ssh-config "$EQXPROJECT" eqx-get-project-clusterssh-config "$EQXPROJECT" +# Add console ssh +# Add installer ssh diff --git a/eqx-create-device b/eqx-create-device index befe78b..680e0aa 100755 --- a/eqx-create-device +++ b/eqx-create-device @@ -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"