Infrastructure/Preseed
d-i debian-installer/locale string en_US d-i keyboard-configuration/xkb-keymap select us d-i netcfg/choose_interface select auto
- IPv4 example
- d-i netcfg/get_ipaddress string 192.168.1.42
- d-i netcfg/get_netmask string 255.255.255.0
- d-i netcfg/get_gateway string 192.168.1.1
- d-i netcfg/get_nameservers string 192.168.1.1
- d-i netcfg/confirm_static boolean true
- IPv6 example
- d-i netcfg/get_ipaddress string fc00::2
- d-i netcfg/get_netmask string ffff:ffff:ffff:ffff::
- d-i netcfg/get_gateway string fc00::1
- d-i netcfg/get_nameservers string fc00::1
- d-i netcfg/confirm_static boolean true
d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain d-i netcfg/hostname string bootstrap d-i netcfg/wireless_wep string d-i mirror/country string manual d-i mirror/http/hostname string http.us.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string d-i mirror/suite string bullseye
- d-i passwd/root-password password notveryhard
- d-i passwd/root-password-again password notveryhard
d-i passwd/root-password-crypted password $1$ZgeY58WT$8UUfL2Z9v6DgCh34kxL7o/ d-i passwd/user-fullname string Administrator d-i passwd/username string iac
- d-i passwd/user-password password nothardatall
- d-i passwd/user-password-again password nothardatall
d-i passwd/user-password-crypted password $1$G5Q7Q3Eh$f/ntq65UucrExYgPAixml/ d-i clock-setup/utc boolean true d-i time/zone string UTC d-i clock-setup/ntp boolean true 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-lvm/confirm boolean true
- d-i partman-lvm/confirm_nooverwrite boolean true
d-i partman-auto/choose_recipe select atomic d-i partman-partitioning/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
- d-i partman-md/confirm boolean true
d-i partman-partitioning/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 d-i apt-setup/non-free boolean true d-i apt-setup/contrib boolean true d-i apt-setup/services-select multiselect security, updates d-i apt-setup/security_host string security.debian.org tasksel tasksel/first multiselect ssh-server d-i pkgsel/include string openssh-server d-i pkgsel/upgrade select full-upgrade popularity-contest popularity-contest/participate boolean false d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true d-i grub-installer/bootdev string default d-i preseed/late_command string apt-install vim d-i finish-install/reboot_in_progress note