master
Jeff Moe 3 years ago
parent 2987ebd319
commit 65453b4eac

@ -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

@ -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

@ -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

Loading…
Cancel
Save