You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# eqx
|
|
|
|
|
|
|
|
## Token
|
|
|
|
export PACKET_TOKEN=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
|
|
|
|
|
|
|
|
|
|
|
|
Or
|
|
|
|
|
|
|
|
|
|
|
|
cat $HOME/.packet-cli.json
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
"token": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
apt install jq
|
|
|
|
|
|
|
|
git clone https://github.com/packethost/packet-cli
|
|
|
|
|
|
|
|
mkdir -p ~/bin
|
|
|
|
wget -O ~/bin/packet https://github.com/packethost/packet-cli/releases/download/0.1.1/packet-linux-amd64
|
|
|
|
chmod +x ~/bin/packet
|
|
|
|
|
|
|
|
##
|
|
|
|
Configure server at Equinix, set "iPXE Script URL" to:
|
|
|
|
|
|
|
|
http://145.40.77.103/eqx/ipxe
|
|
|
|
|