diff options
author | Alex Harpin <development@landsofshadow.co.uk> | 2014-12-30 20:17:11 +0000 |
---|---|---|
committer | Alex Harpin <development@landsofshadow.co.uk> | 2014-12-30 20:17:11 +0000 |
commit | 88f29f528062cfa1e8d9ac4760b62569ed81aa1f (patch) | |
tree | 59831c3332056221f8281655439f8fab51661a6b /debian/control | |
parent | e908d03ae5b30a567c7da0e21d5b2611303ea42a (diff) | |
download | vyatta-cfg-system-88f29f528062cfa1e8d9ac4760b62569ed81aa1f.tar.gz vyatta-cfg-system-88f29f528062cfa1e8d9ac4760b62569ed81aa1f.zip |
vyatta-cfg-system: remove acpid and cpufrequtils from depends
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.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 65989885..5df1a207 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,7 @@ Standards-Version: 3.7.2 Package: vyatta-cfg-system Architecture: any -Depends: acpid, - adduser, +Depends: adduser, dialog, sed (>= 4.1.5), perl (>= 5.10.1), |