Skip to content

Commit

Permalink
Updated Debian preseed to use default kernel images.
Browse files Browse the repository at this point in the history
  • Loading branch information
ladar committed Nov 13, 2023
1 parent 1a4f37c commit 6c6101c
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 43 deletions.
4 changes: 2 additions & 2 deletions generic-libvirt-a64.json
Original file line number Diff line number Diff line change
Expand Up @@ -935,8 +935,8 @@
"memory": 4096,
"http_directory": "http",
"headless": true,
"iso_url": "https://cdimage.debian.org/cdimage/release/12.2.0/arm64/iso-cd/debian-12.2.0-arm64-netinst.iso",
"iso_checksum": "sha256:7b8f2ff9bd422fc1cba7d5978bace17ecf48ba23842e7e7e13b0d8ba502a7556",
"iso_url": "https://cdimage.debian.org/cdimage/release/12.2.0/arm64/iso-dvd/debian-12.2.0-arm64-DVD-1.iso",
"iso_checksum": "sha256:88aed587dbfba90d689394b99951509e3160d9cbd659f75bf4a6079c9ac0e717",
"ssh_username": "root",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand Down
1 change: 0 additions & 1 deletion http/generic.debian10.vagrant.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ choose-mirror-bin mirror/http/proxy string
#d-i mirror/http/hostname string ftp.debian.org
#or
#d-i mirror/http/hostname string archive.debian.org
d-i base-installer/kernel/override-image string linux-server
d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
d-i debian-installer/locale string en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion http/generic.debian11.vagrant.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ choose-mirror-bin mirror/http/proxy string
#d-i mirror/http/hostname string ftp.debian.org
#or
#d-i mirror/http/hostname string archive.debian.org
d-i base-installer/kernel/override-image string linux-server
d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
d-i debian-installer/locale string en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion http/generic.debian12.docker.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ choose-mirror-bin mirror/http/proxy string
#d-i mirror/http/hostname string ftp.debian.org
#or
#d-i mirror/http/hostname string archive.debian.org
d-i base-installer/kernel/override-image string linux-server
d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
d-i debian-installer/locale string en_US.UTF-8
Expand Down
40 changes: 10 additions & 30 deletions http/generic.debian12.vagrant.arm.cfg
Original file line number Diff line number Diff line change
@@ -1,43 +1,23 @@
#_preseed_V1
#choose-mirror-bin mirror/http/proxy string
#d-i mirror/protocol string http
#d-i mirror/http/proxy string
#d-i mirror/country string manual
#d-i mirror/http/directory string /debian
#d-i mirror/http/hostname string deb.debian.org

#enable when Debian 10 repos are removed from mirrors
#d-i mirror/protocol string http
#d-i mirror/http/proxy string
#d-i mirror/country string manual
#d-i mirror/http/directory string /debian
#d-i mirror/http/hostname string ftp.debian.org
#or
#d-i mirror/http/hostname string archive.debian.org


d-i apt-setup/disable-cdrom-entries boolean true
d-i apt-setup/use_mirror boolean true

# Dump the installer questions to a file, so the answers can be preseeded.
# debconf-get-selections --installer > /tmp/questions.for.preseeding.txt
# debconf-get-selections >> /tmp/questions.for.preseeding.txt

d-i base-installer/install-recommends boolean true

d-i pkgsel/upgrade select full-upgrade
d-i apt-setup/cdrom/set-first boolean false
d-i apt-setup/disable-cdrom-entries boolean false
d-i apt-setup/services-select multiselect bookworm-updates, main
# d-i base-installer/kernel/skip-install boolean true
tasksel tasksel/first multiselect standard

d-i apt-setup/use_mirror boolean true
d-i apt-setup/security_host string security.debian.org


d-i base-installer/install-recommends boolean true
# d-i base-installer/kernel/override-image string linux-server
tasksel tasksel/first multiselect standard, server

# d-i pkgsel/upgrade select none
# d-i apt-setup/cdrom/set-first boolean false
# d-i apt-setup/services-select multiselect bookworm-updates, main
# d-i apt-setup/security_host string security.debian.org


######## d-i base-installer/kernel/override-image string linux-server ########

d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
Expand Down Expand Up @@ -104,7 +84,7 @@ d-i passwd/user-uid string 1000
d-i passwd/user-password password vagrant
d-i passwd/user-password-again password vagrant
d-i passwd/username string vagrant
d-i pkgsel/include string curl openssh-server sudo sed
d-i pkgsel/include string curl openssh-server sudo sed linux-image-cloud-arm64
d-i pkgsel/install-language-support boolean false
######## d-i pkgsel/update-policy select none ######## ######## ######## ######## ########
######## d-i pkgsel/upgrade select none ######## ######## ######## ######## ########
Expand Down
1 change: 0 additions & 1 deletion http/generic.debian12.vagrant.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ choose-mirror-bin mirror/http/proxy string
#d-i mirror/http/hostname string ftp.debian.org
#or
#d-i mirror/http/hostname string archive.debian.org
d-i base-installer/kernel/override-image string linux-server
d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
d-i debian-installer/locale string en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion http/generic.debian12.vagrant.ppc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ choose-mirror-bin mirror/http/proxy string
#d-i mirror/http/hostname string ftp.debian.org
#or
#d-i mirror/http/hostname string archive.debian.org
d-i base-installer/kernel/override-image string linux-server
d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
d-i debian-installer/locale string en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion http/generic.debian8.vagrant.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ d-i apt-setup/services-select multiselect updates
d-i apt-setup/security_host string archive.debian.org
d-i apt-setup/security_path string /debian-security

d-i base-installer/kernel/override-image string linux-server
d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
d-i debian-installer/locale string en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion http/generic.debian9.vagrant.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ d-i apt-setup/services-select multiselect updates
d-i apt-setup/security_host string archive.debian.org
d-i apt-setup/security_path string /debian-security

d-i base-installer/kernel/override-image string linux-server
d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
d-i debian-installer/locale string en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion http/magma.debian10.vagrant.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ choose-mirror-bin mirror/http/proxy string
#d-i mirror/http/hostname string ftp.debian.org
#or
#d-i mirror/http/hostname string archive.debian.org
d-i base-installer/kernel/override-image string linux-server
d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
d-i debian-installer/locale string en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion http/magma.debian11.vagrant.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ choose-mirror-bin mirror/http/proxy string
#d-i mirror/http/hostname string ftp.debian.org
#or
#d-i mirror/http/hostname string archive.debian.org
d-i base-installer/kernel/override-image string linux-server
d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
d-i debian-installer/locale string en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion http/magma.debian8.vagrant.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ d-i apt-setup/services-select multiselect updates
d-i apt-setup/security_host string archive.debian.org
d-i apt-setup/security_path string /debian-security

d-i base-installer/kernel/override-image string linux-server
d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
d-i debian-installer/locale string en_US.UTF-8
Expand Down
1 change: 0 additions & 1 deletion http/magma.debian9.vagrant.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ d-i apt-setup/services-select multiselect updates
d-i apt-setup/security_host string archive.debian.org
d-i apt-setup/security_path string /debian-security

d-i base-installer/kernel/override-image string linux-server
d-i keyboard-configuration/xkb-keymap select us
d-i time/zone string US/Pacific
d-i debian-installer/locale string en_US.UTF-8
Expand Down

0 comments on commit 6c6101c

Please sign in to comment.