Comment 1 for bug 1494186

Revision history for this message
guillaume thouvenin (guillaume-thouvenin) wrote :

Two comments:
- We will start with a minimal list like this: collectd-core, libdbi1, librrd4, collectd
- We need to prevent apt-get to install recommended packages. So we maybe need to add a task in our plugin that configure apt to not install recommended packages. For example create a file /etc/apt/apt.conf.d/99norecommands that contains:

APT::Install-Suggests "0";
APT::Install-Recommends "0";