summaryrefslogtreecommitdiff
path: root/skel/preseed.cfg.in
blob: 3f4990442c6ee73cbb0921b7d7ba13544e8737e7 (plain)
  1. __PKGDESC__
  2. tasksel tasksel/desktop multiselect xfce
  3. tasksel tasksel/first multiselect laptop
  4. d-i pkgsel/include string __PKGLIST__
  5. # apply security updates immediately after install
  6. d-i pkgsel/upgrade select safe-upgrade
  7. # setup harddrive with full disk encryption
  8. # * overwrite any existing data without warning
  9. partman-auto partman-auto/method string crypto
  10. d-i partman-auto/method string crypto
  11. d-i partman-lvm/device_remove_lvm boolean true
  12. d-i partman-md/device_remove_md boolean true
  13. d-i partman-lvm/confirm boolean true
  14. d-i partman-lvm/confirm_nooverwrite boolean true
  15. d-i partman-auto/choose_recipe select multi
  16. d-i partman-partitioning/confirm_write_new_label boolean true
  17. d-i partman/choose_partition select finish
  18. d-i partman/confirm boolean true
  19. d-i partman/confirm_nooverwrite boolean true
  20. # silence misc. questions
  21. # * attempt to auto-detect hardware
  22. # * domain name irrelevant on desktop host without MTA
  23. # * use CDN for package updates
  24. # * disable direct root login (use sudo instead)
  25. # * report usage statistics back to Debian developers
  26. d-i netcfg/choose_interface select auto
  27. d-i netcfg/get_domain string unassigned-domain
  28. d-i mirror/country string manual
  29. d-i mirror/http/hostname string http.debian.net
  30. d-i mirror/http/directory string /debian
  31. d-i clock-setup/utc boolean true
  32. d-i clock-setup/ntp boolean true
  33. d-i apt-setup/services-select multiselect security, updates
  34. d-i apt-setup/security_host string security.debian.org
  35. d-i passwd/root-login boolean false
  36. popularity-contest popularity-contest/participate boolean true
  37. # enable unattended-upgrades
  38. unattended-upgrades unattended-upgrades/enable_auto_updates boolean true
  39. __TWEAKDESC__
  40. d-i preseed/late_command string __TWEAKLIST__