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