diff --git a/README.md b/README.md index a66e7cb..182e1dd 100644 --- a/README.md +++ b/README.md @@ -28,5 +28,5 @@ chmod +x ~/bin/packet ## Configure server at Equinix, set "iPXE Script URL" to: -http://145.40.77.103/eqx/ipxe +http://174.128.244.245/eqx/ipxe diff --git a/eqx-create-device b/eqx-create-device index 9224b77..93cd95d 100755 --- a/eqx-create-device +++ b/eqx-create-device @@ -16,7 +16,7 @@ #set -x # Set static variables here -EQXIPXEURL="http://145.40.77.103/eqx/ipxe" +EQXIPXEURL="http://174.128.244.245/eqx/ipxe" EQXFACILITY="da11" #EQXOS="debian_10" EQXOS="custom_ipxe" diff --git a/ipxe-install-debian-10 b/ipxe-install-debian-10 index bb06245..7380c30 100644 --- a/ipxe-install-debian-10 +++ b/ipxe-install-debian-10 @@ -3,16 +3,16 @@ dhcp # Local http (plaintext) base-url -#set base-url http://145.40.77.103/deb.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64 +#set base-url http://174.128.244.245/deb.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64 # Debian http (SSL) base-url set base-url http://ftp.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64/ # Spacecruft (SSL) preseed -kernel ${base-url}/linux DEBIAN_FRONTEND=noninteractive console=tty1 console=ttyS1,115200n8 install vga=0 fb=none nomodeset debug auto=true priority=high preseed/url=https://spacecruft.org/spacecruft/eqx/raw/branch/master/preseed.cfg locale=en_US.UTF-8 keymap=us language=us country=US --- +kernel ${base-url}/linux DEBIAN_FRONTEND=noninteractive console=tty1 console=ttyS1,115200n8 install vga=0 fb=none nomodeset debug auto=true priority=high preseed/url=https://code.forksand.com/forksand/eqx/raw/branch/master/preseed.cfg locale=en_US.UTF-8 keymap=us language=us country=US --- # Local http (plaintext) preseed -#kernel ${base-url}/linux DEBIAN_FRONTEND=noninteractive console=tty1 console=ttyS1,115200n8 install vga=0 fb=none nomodeset debug auto=true priority=high preseed/url=http://145.40.77.103/eqx/preseed.cfg locale=en_US.UTF-8 keymap=us language=us country=US --- +#kernel ${base-url}/linux DEBIAN_FRONTEND=noninteractive console=tty1 console=ttyS1,115200n8 install vga=0 fb=none nomodeset debug auto=true priority=high preseed/url=http://174.128.244.245/eqx/preseed.cfg locale=en_US.UTF-8 keymap=us language=us country=US --- initrd ${base-url}/initrd.gz diff --git a/preseed-base.cfg b/preseed-base.cfg index a1a8928..dc56238 100644 --- a/preseed-base.cfg +++ b/preseed-base.cfg @@ -95,7 +95,7 @@ d-i anna/choose_modules string network-console # XXX Set up key here, probably has to be RSA, ed25519 untested. # ssh-keyget -t rsa # Copy that to server -d-i network-console/authorized_keys_url string http://174.128.244.245/install/id_rsa.pub +d-i network-console/authorized_keys_url string http://174.128.244.245/id_rsa.pub #d-i network-console/password password r00tme #d-i network-console/password-again password r00tme @@ -126,7 +126,7 @@ d-i mirror/http/proxy string #d-i passwd/root-password-again password r00tme # or encrypted using a crypt(3) hash. # mkpasswd -m sha-512 mypassword -d-i passwd/root-password-crypted password $6$On5SH6RmP1gKgISf$YvKvj0gkpZUrWh/38XN2hThzcvpf1H6UDnXm2RKwYVKhkmC1YCAcfP/7tiIUpkLchlsAWEmo/S7geymM.5Zqg1 +d-i passwd/root-password-crypted password $6$TLUxtU60X0A0eXo$.sa9wGwOohYo.1fTBgWJ7TTAoYEJbED90NgJea11KHSDJfsQgFnvWbLy3J6RKmM2r/ryo5hpzMxYOlJR11jup/ # To create a normal user account. d-i passwd/user-fullname string Debian User @@ -136,7 +136,7 @@ d-i passwd/username string debian #d-i passwd/user-password password insecure #d-i passwd/user-password-again password insecure # or encrypted using a crypt(3) hash. -d-i passwd/user-password-crypted password $6$wxBjtDAwcATo.ww.$hUsLPT/4QiKTV7O74NHNOnhe0PaGNLaaH2QBsqIGI0uqJ78kxprYkXqg1jLVZmx6oGz5WuAbg.X7TYPpGZm.6/ +d-i passwd/user-password-crypted password $6$lL3f/6Zaqc$uVfe38qINk3zYLhAbnqfW9Zr6TaIYaA7f3vp4S.ijzNd8pahhmVFLxOENvEbuIj3oS2xjRgIk2YtCRllMlRvm. # Create the first user with the specified UID instead of the default. #d-i passwd/user-uid string 1010 diff --git a/preseed-minimal.cfg b/preseed-minimal.cfg index 443d6df..4310615 100644 --- a/preseed-minimal.cfg +++ b/preseed-minimal.cfg @@ -95,7 +95,7 @@ d-i anna/choose_modules string network-console # XXX Set up key here, probably has to be RSA, ed25519 untested. # ssh-keyget -t rsa # Copy that to server -d-i network-console/authorized_keys_url string http://174.128.244.245/install/id_rsa.pub +d-i network-console/authorized_keys_url string http://174.128.244.245/id_rsa.pub #d-i network-console/password password r00tme #d-i network-console/password-again password r00tme @@ -126,7 +126,7 @@ d-i mirror/http/proxy string #d-i passwd/root-password-again password r00tme # or encrypted using a crypt(3) hash. # mkpasswd -m sha-512 mypassword -d-i passwd/root-password-crypted password $6$On5SH6RmP1gKgISf$YvKvj0gkpZUrWh/38XN2hThzcvpf1H6UDnXm2RKwYVKhkmC1YCAcfP/7tiIUpkLchlsAWEmo/S7geymM.5Zqg1 +d-i passwd/root-password-crypted password $6$TLUxtU60X0A0eXo$.sa9wGwOohYo.1fTBgWJ7TTAoYEJbED90NgJea11KHSDJfsQgFnvWbLy3J6RKmM2r/ryo5hpzMxYOlJR11jup/ # To create a normal user account. d-i passwd/user-fullname string Debian User @@ -136,7 +136,7 @@ d-i passwd/username string debian #d-i passwd/user-password password insecure #d-i passwd/user-password-again password insecure # or encrypted using a crypt(3) hash. -d-i passwd/user-password-crypted password $6$wxBjtDAwcATo.ww.$hUsLPT/4QiKTV7O74NHNOnhe0PaGNLaaH2QBsqIGI0uqJ78kxprYkXqg1jLVZmx6oGz5WuAbg.X7TYPpGZm.6/ +d-i passwd/user-password-crypted password $6$lL3f/6Zaqc$uVfe38qINk3zYLhAbnqfW9Zr6TaIYaA7f3vp4S.ijzNd8pahhmVFLxOENvEbuIj3oS2xjRgIk2YtCRllMlRvm. # Create the first user with the specified UID instead of the default. #d-i passwd/user-uid string 1010 diff --git a/preseed.cfg b/preseed.cfg index a1a8928..dc56238 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -95,7 +95,7 @@ d-i anna/choose_modules string network-console # XXX Set up key here, probably has to be RSA, ed25519 untested. # ssh-keyget -t rsa # Copy that to server -d-i network-console/authorized_keys_url string http://174.128.244.245/install/id_rsa.pub +d-i network-console/authorized_keys_url string http://174.128.244.245/id_rsa.pub #d-i network-console/password password r00tme #d-i network-console/password-again password r00tme @@ -126,7 +126,7 @@ d-i mirror/http/proxy string #d-i passwd/root-password-again password r00tme # or encrypted using a crypt(3) hash. # mkpasswd -m sha-512 mypassword -d-i passwd/root-password-crypted password $6$On5SH6RmP1gKgISf$YvKvj0gkpZUrWh/38XN2hThzcvpf1H6UDnXm2RKwYVKhkmC1YCAcfP/7tiIUpkLchlsAWEmo/S7geymM.5Zqg1 +d-i passwd/root-password-crypted password $6$TLUxtU60X0A0eXo$.sa9wGwOohYo.1fTBgWJ7TTAoYEJbED90NgJea11KHSDJfsQgFnvWbLy3J6RKmM2r/ryo5hpzMxYOlJR11jup/ # To create a normal user account. d-i passwd/user-fullname string Debian User @@ -136,7 +136,7 @@ d-i passwd/username string debian #d-i passwd/user-password password insecure #d-i passwd/user-password-again password insecure # or encrypted using a crypt(3) hash. -d-i passwd/user-password-crypted password $6$wxBjtDAwcATo.ww.$hUsLPT/4QiKTV7O74NHNOnhe0PaGNLaaH2QBsqIGI0uqJ78kxprYkXqg1jLVZmx6oGz5WuAbg.X7TYPpGZm.6/ +d-i passwd/user-password-crypted password $6$lL3f/6Zaqc$uVfe38qINk3zYLhAbnqfW9Zr6TaIYaA7f3vp4S.ijzNd8pahhmVFLxOENvEbuIj3oS2xjRgIk2YtCRllMlRvm. # Create the first user with the specified UID instead of the default. #d-i passwd/user-uid string 1010