diff options
-rw-r--r-- | content/desktop/base/preseed.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/desktop/base/preseed.cfg b/content/desktop/base/preseed.cfg index fdcc6bc..b9d184b 100644 --- a/content/desktop/base/preseed.cfg +++ b/content/desktop/base/preseed.cfg @@ -1,7 +1,7 @@ # install the lightweight Xfce desktop, and... # * include desktop helper tools missing from Xfce # * include crypto helper tools -# * include CPU firmware and automatic maintenance routines +# * include CPU tools, 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 @@ -10,10 +10,10 @@ tasksel tasksel/first multiselect laptop #xfce4-session tango-icon-theme lightdm #usermode network-manager-gnome #parcimonie haveged -#firmware-linux unattended-upgrades +#cpufrequtils 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/include string xfce4-session tango-icon-theme lightdm usermode network-manager-gnome parcimonie haveged cpufrequtils firmware-linux unattended-upgrades uuid-runtime bash-completion -bluez-cups d-i pkgsel/upgrade select safe-upgrade # setup harddrive with full disk encryption |