diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-02-26 22:22:15 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-02-26 22:22:15 +0100 |
commit | 99f5580b71995c2dc32119dcecf3e63dec59fbcf (patch) | |
tree | 8a5753ae716d9de29685daffea73f664512aca5e | |
parent | 8cb330e47ead3e9848d2ef73bbf1bbedfaac5343 (diff) |
Include desktop helper tools in core profile.
-rw-r--r-- | content/desktop/base/preseed.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/desktop/base/preseed.cfg b/content/desktop/base/preseed.cfg index b0b41d6..95072ae 100644 --- a/content/desktop/base/preseed.cfg +++ b/content/desktop/base/preseed.cfg @@ -1,4 +1,5 @@ # install the lightweight Xfce desktop, and... +# * include desktop helper tools missing from Xfce # * include crypto helper tools # * include CPU firmware and automatic maintenance routines # * fix include recommendations of other packages (uuid, bash) @@ -7,11 +8,12 @@ tasksel tasksel/desktop multiselect xfce tasksel tasksel/first multiselect laptop #xfce4-session tango-icon-theme lightdm +#usermode network-manager-gnome #parcimonie haveged #firmware-linux unattended-upgrades #uuid-runtime bash-completion #-bluez-cups -d-i pkgsel/include string xfce4-session tango-icon-theme lightdm parcimonie haveged firmware-linux unattended-upgrades uuid-runtime bash-completion -bluez-cups +d-i pkgsel/include string xfce4-session tango-icon-theme lightdm usermode network-manager-gnome parcimonie haveged firmware-linux unattended-upgrades uuid-runtime bash-completion -bluez-cups d-i pkgsel/upgrade select safe-upgrade # setup harddrive with full disk encryption |