# This is a debian-installer preseeding profile for DebianParl # DebianParl Homepage: https://wiki.debian.org/DebianParl # Source of this code: git://git.debian.org/parl/blends __PKGDESC__ tasksel tasksel/desktop multiselect xfce tasksel tasksel/first multiselect laptop d-i pkgsel/include string __PKGLIST__ # apply security updates immediately after install d-i pkgsel/upgrade select safe-upgrade # setup harddrive with full disk encryption # * overwrite any existing data without warning partman-auto partman-auto/method string crypto d-i partman-auto/method string crypto 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 multi 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 grub-installer/only_debian boolean true # silence misc. questions # * attempt to auto-detect hardware # * set generic hostname # * use CDN for package updates # * disable direct root login (use sudo instead) # * report usage statistics back to Debian developers # * restart libc-based services without asking d-i netcfg/choose_interface select auto d-i netcfg/get_hostname string unassigned-hostname d-i netcfg/get_domain string unassigned-domain d-i netcfg/hostname string workstation d-i mirror/country string manual d-i mirror/http/hostname string http.debian.net d-i mirror/http/directory string /debian d-i clock-setup/utc boolean true d-i clock-setup/ntp boolean true d-i apt-setup/services-select multiselect security, updates d-i apt-setup/security_host string security.debian.org d-i passwd/root-login boolean false popularity-contest popularity-contest/participate boolean true libc6 libraries/restart-without-asking boolean true # enable unattended-upgrades unattended-upgrades unattended-upgrades/enable_auto_updates boolean true __TWEAKDESC__ d-i preseed/late_command string __TWEAKLIST__