From 33486a50c1d25039660287c0ccec8f0fd1716778 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 23 Jan 2021 23:55:06 -0700 Subject: [PATCH] https preseed --- ipxe-install-debian-10 | 5 ++++- preseed.cfg | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ipxe-install-debian-10 b/ipxe-install-debian-10 index 6ec8e21..f2217bd 100644 --- a/ipxe-install-debian-10 +++ b/ipxe-install-debian-10 @@ -4,7 +4,10 @@ dhcp set base-url http://145.40.77.103/deb.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64 -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 --- +# 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 --- +# 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 --- initrd ${base-url}/initrd.gz diff --git a/preseed.cfg b/preseed.cfg index 6089770..7d8f1cc 100644 --- a/preseed.cfg +++ b/preseed.cfg @@ -153,7 +153,7 @@ d-i clock-setup/utc boolean true d-i time/zone string UTC # Controls whether to use NTP to set the clock during the install -d-i clock-setup/ntp boolean false +d-i clock-setup/ntp boolean true # NTP server to use. The default is almost always fine here. #d-i clock-setup/ntp-server string ntp.example.com