summaryrefslogtreecommitdiff
path: root/skel/preseed.cfg.in
blob: ea60fa07c675e7c171466e56dffdbd7a8f786813 (plain)
  1. # This is a debian-installer 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. d-i grub-installer/only_debian boolean true
  24. # silence misc. questions
  25. # * attempt to auto-detect hardware
  26. # * set generic hostname
  27. # * use CDN for package updates
  28. # * disable direct root login (use sudo instead)
  29. # * report usage statistics back to Debian developers
  30. # * restart libc-based services without asking
  31. d-i netcfg/choose_interface select auto
  32. d-i netcfg/get_hostname string unassigned-hostname
  33. d-i netcfg/get_domain string unassigned-domain
  34. d-i netcfg/hostname string workstation
  35. d-i mirror/country string manual
  36. d-i mirror/http/hostname string http.debian.net
  37. d-i mirror/http/directory string /debian
  38. d-i clock-setup/utc boolean true
  39. d-i clock-setup/ntp boolean true
  40. d-i apt-setup/services-select multiselect security, updates
  41. d-i apt-setup/security_host string security.debian.org
  42. d-i passwd/root-login boolean false
  43. popularity-contest popularity-contest/participate boolean true
  44. libc6 libraries/restart-without-asking boolean true
  45. # enable unattended-upgrades
  46. unattended-upgrades unattended-upgrades/enable_auto_updates boolean true
  47. __TWEAKDESC__
  48. d-i preseed/late_command string __TWEAKLIST__