diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-02-27 13:51:35 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-02-27 13:51:35 +0100 |
commit | c1dfcafb41373271b78051745c08a85a7c17fdd9 (patch) | |
tree | 9f9a79707494cac580c13094a9cd9570eb1253cf | |
parent | 34e2cf6cf7052834e97c1c321afb8316354af1fa (diff) |
Include CPU tool cpufrequtils in core profile.
-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 |