summaryrefslogtreecommitdiff
path: root/content/desktop/email/preseed.cfg
blob: 1c8127e0c63c2f99f8e86537cf3343d6e6825fd7 (plain)
  1. # install the lightweight Xfce desktop, and...
  2. # * include Icedove email with all locales and PGP plugin
  3. # * include crypto helper tools
  4. # * include CPU firmware and automatic maintenance routines
  5. # * fix include recommendations of other packages (uuid, bash)
  6. # * apply security updates immediately after install
  7. # * exclude support for print via Bluetooth
  8. tasksel tasksel/desktop multiselect xfce
  9. tasksel tasksel/first multiselect laptop
  10. #xfce4-session tango-icon-theme lightdm
  11. #icedove icedove-l10n-all enigmail
  12. #parcimonie haveged
  13. #firmware-linux unattended-upgrades
  14. #uuid-runtime bash-completion
  15. #-bluez-cups
  16. d-i pkgsel/include string xfce4-session tango-icon-theme lightdm icedove icedove-l10n-all enigmail parcimonie haveged firmware-linux unattended-upgrades uuid-runtime bash-completion -bluez-cups
  17. d-i pkgsel/upgrade select safe-upgrade
  18. # setup harddrive with full disk encryption
  19. # * overwrite any existing data without warning
  20. partman-auto partman-auto/method string crypto
  21. d-i partman-lvm/device_remove_lvm boolean true
  22. d-i partman-md/device_remove_md boolean true
  23. d-i partman-lvm/confirm boolean true
  24. d-i partman-lvm/confirm_nooverwrite boolean true
  25. d-i partman-auto/choose_recipe select multi
  26. d-i partman-partitioning/confirm_write_new_label boolean true
  27. d-i partman/choose_partition select finish
  28. d-i partman/confirm boolean true
  29. d-i partman/confirm_nooverwrite boolean true
  30. # silence misc. questions
  31. # * attempt to auto-detect hardware
  32. # * domain name irrelevant on desktop host without MTA
  33. # * use CDN for package updates
  34. # * disable direct root login (use sudo instead)
  35. # * report usage statistics back to Debian developers
  36. d-i netcfg/choose_interface select auto
  37. d-i netcfg/get_domain string unassigned-domain
  38. d-i mirror/country string manual
  39. d-i mirror/http/hostname string http.debian.net
  40. d-i mirror/http/directory string /debian
  41. d-i clock-setup/utc boolean true
  42. d-i clock-setup/ntp boolean true
  43. d-i apt-setup/services-select multiselect security, updates
  44. d-i apt-setup/security_host string security.debian.org
  45. d-i passwd/root-login boolean false
  46. popularity-contest popularity-contest/participate boolean true
  47. # TODO
  48. # * fix mark auto-installed packages as such
  49. # * silence confusing question at initial XFCE login
  50. #apt-mark auto $(apt-mark showmanual | grep '^lib') acpi acpi-support-base acpid adduser apt apt-utils aptitude-common base-files base-passwd bash bash-completion bsdmainutils bsdutils busybox coreutils cpio cron dash debconf debconf-i18n debian-archive-keyring debianutils diffutils dmidecode dpkg e2fslibs e2fsprogs findutils fonts-freefont-ttf gcc-4.7-base gnupg gpgv grep groff-base grub-common gzip hostname ifupdown initramfs-tools initscripts insserv install-info iproute iptables iputils-ping isc-dhcp-client isc-dhcp-common keyboard-configuration kmod laptop-detect linux-image-amd64 locales login logrotate lsb-base mawk mount multiarch-support ncurses-base ncurses-bin net-tools netbase netcat-traditional passwd pciutils perl-base procps readline-common rsyslog sed sensible-utils sysv-rc sysvinit sysvinit-utils tar tasksel tasksel-data traceroute tzdata udev usbutils util-linux uuid-runtime vim-common vim-tiny xz-utils zlib1g
  51. #mkdir -p /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml && cp /etc/xdg/xfce4/panel/default.xml /etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml