#_preseed_V1 # Localization d-i debian-installer/language string en d-i debian-installer/country string NL d-i debian-installer/locale string en_US.UTF-8 # Keyboard d-i keyboard-configuration/xkb-keymap select us # Networking d-i netcfg/choose_interface select auto d-i netcfg/get_hostname string debian d-i netcfg/get_domain string unassigned-domain # Mirror d-i mirror/country string manual d-i mirror/http/hostname string deb.debian.org d-i mirror/http/directory string /debian d-i mirror/http/proxy string d-i mirror/suite string stable d-i mirror/udeb/suite string stable # Account d-i passwd/root-login boolean false d-i passwd/root-password password changeme d-i passwd/root-password-again password changeme d-i passwd/user-fullname string ghost d-i passwd/username string ghost d-i passwd/user-password password changeme d-i passwd/user-password-again password changeme d-i passwd/user-uid string 1000 # Time d-i time/zone string Europe/Amsterdam d-i clock-setup/utc boolean true d-i clock-setup/ntp boolean true d-i clock-setup/ntp-server string nl.pool.ntp.org # Partitioning d-i partman-auto/disk string /dev/vda d-i partman-auto/method string lvm d-i partman-lvm/device_remove_lvm boolean false 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-lvm/new_vg_name string vg0 d-i partman-auto-lvm/guided_size string max # d-i partman-auto/choose_recipe select multi 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 partman-basicfilesystems/no_swap boolean false d-i partman-auto/expert_recipe string \ custom-lvm :: \ 256 256 256 fat32 \ $primary{ } \ $bootable{ } \ method{ efi } \ format{ } \ mountpoint{ /boot } \ . \ 5120 5120 5120 ext4 \ $lvmok{ } \ method{ format } \ format{ } \ use_filesystem{ } \ filesystem{ ext4 } \ lv_name{ root } \ mountpoint{ / } \ . \ 1024 1024 1024 ext4 \ $lvmok{ } \ method{ format } \ format{ } \ use_filesystem{ } \ filesystem{ ext4 } \ lv_name{ tmp } \ mountpoint{ /tmp } \ . \ 4096 4096 4096 ext4 \ $lvmok{ } \ method{ format } \ format{ } \ use_filesystem{ } \ filesystem{ ext4 } \ lv_name{ home } \ mountpoint{ /home } \ . \ 3072 3072 3072 ext4 \ $lvmok{ } \ method{ format } \ format{ } \ use_filesystem{ } \ filesystem{ ext4 } \ lv_name{ log } \ mountpoint{ /var/log } \ . \ 5120 5120 5120 ext4 \ $lvmok{ } \ method{ format } \ format{ } \ use_filesystem{ } \ filesystem{ ext4 } \ lv_name{ var } \ mountpoint{ /var } \ . \ 1024 1024 -1 ext4 \ $lvmok{ } \ method{ format } \ format{ } \ use_filesystem{ } \ filesystem{ ext4 } \ lv_name{ lib } \ mountpoint{ /var/lib } \ . # Packages d-i apt-setup/contrib boolean true d-i apt-setup/non-free boolean true d-i apt-setup/non-free-firmware boolean true d-i apt-setup/disable-cdrom-entries boolean true d-i pkgsel/run_tasksel boolean false d-i pkgsel/include string openssh-server build-essential d-i pkgsel/upgrade select full-upgrade d-i hw-detect/firmware-lookup string never d-i hw-detect/load_firmware boolean true popularity-contest popularity-contest/participate boolean false # Boot loader d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean false d-i grub-installer/bootdev string default d-i debian-installer/add-kernel-opts string nousb # Finish d-i finish-install/reboot_in_progress note d-i cdrom-detect/eject boolean false d-i debian-installer/exit/poweroff boolean true