From 88f29f528062cfa1e8d9ac4760b62569ed81aa1f Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Tue, 30 Dec 2014 20:17:11 +0000 Subject: 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. --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'debian/control') 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), -- cgit v1.2.3