diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-02-25 10:27:57 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-02-25 10:27:57 +0100 |
commit | 06269496b4190904f8e708f1d3a1d0493e35d2a1 (patch) | |
tree | 659a386d360f470a36baa7185dd41b1fab056ae0 | |
parent | 133e987632b411f6c959f88029929fd5e6dad813 (diff) |
Restructure comments to ease tracking changes (and later automation).
-rw-r--r-- | content/desktop/email/preseed.cfg | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/content/desktop/email/preseed.cfg b/content/desktop/email/preseed.cfg index b55c83e..aed8fc6 100644 --- a/content/desktop/email/preseed.cfg +++ b/content/desktop/email/preseed.cfg @@ -1,10 +1,18 @@ -# install minimal Xfce desktop with Icedove email and crypto helper tools +# install the lightweight Xfce desktop, and... +# * include Icedove email +# * include crypto helper tools # * include CPU firmware and automatic maintenance routines # * fix include recommendations of other packages (uuid, bash) # * apply security updates immediately after install # * exclude support for print via Bluetooth tasksel tasksel/desktop multiselect xfce tasksel tasksel/first multiselect laptop +#xfce4-session lightdm +#icedove enigmail +#parcimonie haveged +#firmware-linux unattended-upgrades +#uuid-runtime bash-completion +#-bluez-cups d-i pkgsel/include string xfce4-session lightdm icedove enigmail parcimonie haveged firmware-linux unattended-upgrades uuid-runtime bash-completion -bluez-cups d-i pkgsel/upgrade select safe-upgrade |