aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Rue <dan.rue@linaro.org>2017-07-27 09:18:37 -0500
committerDan Rue <dan.rue@linaro.org>2017-07-27 09:18:37 -0500
commita88a03986de3b83c8849ef05db4b06d800b7f701 (patch)
treeee41dcbddf3c8bfc9554ebfca62f5f317b230d16
parent803a85d89aed82bec4387d4a288812ccd70b6d0d (diff)
Preseed: Use debian CDN and remove UK-specific
Change-Id: Ic87f76aea88b76214bffcee7ba3288648c67f06a
-rw-r--r--releases/17.08/debian/preseed-uk.cfg59
-rw-r--r--releases/17.08/debian/preseed.cfg2
2 files changed, 1 insertions, 60 deletions
diff --git a/releases/17.08/debian/preseed-uk.cfg b/releases/17.08/debian/preseed-uk.cfg
deleted file mode 100644
index f9c7759..0000000
--- a/releases/17.08/debian/preseed-uk.cfg
+++ /dev/null
@@ -1,59 +0,0 @@
-# Kernel boot args: linux auto=true interface=auto priority=critical http://people.linaro.org/~chase.qi/configs/preseed.cfg
-# Pure text mode: linux auto=true interface=auto priority=critical noshell BOOT_DEBUG=1 DEBIAN_FRONTEND=text url=http://people.linaro.org/~chase.qi/configs/preseed.cfg
-
-# Notes:
-# When adding preseed/late_command line please make sure 'apt-get install -y linux-image-reference-arm64' included.
-# Both local0 and local1 for repo adding occupied by the embedded preseed.cfg in initrd.gz, don't use them.
-
-# Localization
-d-i debian-installer/locale string en_US
-d-i keyboard-configuration/xkb-keymap select us
-
-# Network configuration
-d-i netcfg/choose_interface select auto
-d-i netcfg/dhcp_timeout string 60
-
-# Any hostname and domain names assigned from dhcp take precedence over
-# values set here. However, setting the values still prevents the questions
-# from being shown, even if values come from dhcp.
-d-i netcfg/get_hostname string unassigned-hostname
-d-i netcfg/get_domain string unassigned-domain
-
-# Mirror settings
-d-i mirror/country string UK
-d-i mirror/http/hostname string ftp.uk.debian.org
-d-i mirror/http/directory string /debian
-d-i mirror/http/proxy string
-
-# Account setup
-d-i passwd/root-password password root
-d-i passwd/root-password-again password root
-d-i passwd/user-fullname string linaro
-d-i passwd/username string linaro
-d-i passwd/user-password password linaro
-d-i passwd/user-password-again password linaro
-
-# Clock and time zone setup
-d-i clock-setup/utc boolean true
-d-i time/zone string GMT
-d-i clock-setup/ntp boolean true
-
-# Partitioning
-d-i partman-auto/disk string /dev/sda
-d-i partman-auto/method string regular
-d-i partman-lvm/device_remove_lvm boolean true
-d-i partman-md/device_remove_md boolean true
-d-i partman-auto/choose_recipe select atomic
-d-i partman/confirm_write_new_label boolean true
-d-i partman/choose_partition select finish
-d-i partman/confirm boolean true
-d-i partman/confirm_nooverwrite boolean true
-
-# Package selection
-tasksel tasksel/first multiselect standard
-d-i pkgsel/include string openssh-server
-d-i pkgsel/upgrade select none
-popularity-contest popularity-contest/participate boolean false
-
-# Misc options
-d-i finish-install/reboot_in_progress note
diff --git a/releases/17.08/debian/preseed.cfg b/releases/17.08/debian/preseed.cfg
index 9eee90b..567664d 100644
--- a/releases/17.08/debian/preseed.cfg
+++ b/releases/17.08/debian/preseed.cfg
@@ -21,7 +21,7 @@ d-i netcfg/get_domain string unassigned-domain
# Mirror settings
d-i mirror/country string US
-d-i mirror/http/hostname string ftp.us.debian.org
+d-i mirror/http/hostname string deb.debian.org # Debian CDN
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string