diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2014-12-30 21:48:35 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2014-12-30 21:48:35 +0000 |
commit | 10d31409da43905debfe027333bd0641cc10ac08 (patch) | |
tree | a8a22787d36001d449ed942b790ccf31bc494f8a | |
parent | fb8572b1d0b43607dfe1d04bd6fd633c581e4377 (diff) | |
download | vyatta-cfg-system-10d31409da43905debfe027333bd0641cc10ac08.tar.gz vyatta-cfg-system-10d31409da43905debfe027333bd0641cc10ac08.zip |
vyatta-cfg-system: really remove cpufrequtils from depends this time
Including the acpid and cpufrequtils packages in the XenSource image
causes a number of errors to be logged to the console on boot up, due
to either missing devices or access permissions on this platform.
Removing these packages from the dependencies list and adding them to a
chroot_local-packagelist instead allows them to be excluded in these
images, while still maintaining them in non XenSource images.
-rw-r--r-- | debian/control | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 5df1a207..9cf52f39 100644 --- a/debian/control +++ b/debian/control @@ -51,7 +51,6 @@ Depends: adduser, radvd (>= 1:1.1-3), apt-transport-https, hostapd (>= 1:0.6.9-3), - cpufrequtils, libcap2-bin (>= 2.19), ${arch:Depends} Pre-Depends: bash-completion |