From 65453b4eac90459161799514748f0c93cce84b08 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sun, 24 Jan 2021 13:50:04 -0700 Subject: [PATCH] more https --- README.md | 2 +- ipxe-install-debian-10 | 3 +-- preseed.cfg | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 182e1dd..2ae7754 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://174.128.244.245/eqx/ipxe +https://util.forksand.com/eqx/ipxe diff --git a/ipxe-install-debian-10 b/ipxe-install-debian-10 index 5611d95..5b67cde 100644 --- a/ipxe-install-debian-10 +++ b/ipxe-install-debian-10 @@ -2,8 +2,7 @@ dhcp -# Debian Installer (http, not https or TLS fails) -set base-url http://ftp.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64/ +set base-url https://ftp.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64/ set preseed-url https://code.forksand.com/forksand/eqx/raw/branch/master/preseed.cfg diff --git a/preseed.cfg b/preseed.cfg index 6136d77..62869a7 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/id_rsa.pub +d-i network-console/authorized_keys_url string https://util.forksand.com/id_rsa.pub #d-i network-console/password password r00tme #d-i network-console/password-again password r00tme