summaryrefslogtreecommitdiff
path: root/content/desktop/office/preseed.cfg
blob: fa166d8c21d14e6d3779e78e60986cbeb6ccf7a4 (plain)
  1. # install Xfce desktop with LibreOffice and Evince PDF reader
  2. # * include CPU firmware and automatic maintenance routines
  3. # * fix include recommendations of other packages (uuid, bash)
  4. # * apply security updates immediately after install
  5. # * exclude support for print via Bluetooth
  6. # * exclude epdfview PDF reader
  7. tasksel tasksel/desktop multiselect xfce
  8. tasksel tasksel/first multiselect desktop, laptop
  9. d-i pkgsel/include string xfce4 evince-gtk firmware-linux unattended-upgrades uuid-runtime bash-completion -bluez-cups -epdfview
  10. d-i pkgsel/upgrade select safe-upgrade
  11. # setup harddrive with full disk encryption
  12. # * overwrite any existing data without warning
  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. # * report usage statistics back to Debian developers
  28. d-i netcfg/choose_interface select auto
  29. d-i netcfg/get_domain string unassigned-domain
  30. d-i mirror/country string manual
  31. d-i mirror/http/hostname string http.debian.net
  32. d-i mirror/http/directory string /debian
  33. d-i clock-setup/utc boolean true
  34. d-i clock-setup/ntp boolean true
  35. d-i apt-setup/services-select multiselect security, updates
  36. d-i apt-setup/security_host string security.debian.org
  37. popularity-contest popularity-contest/participate boolean true