summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vendor/ubuntu/apt.conf-01-vendor-ubuntu7
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/ubuntu/apt.conf-01-vendor-ubuntu b/vendor/ubuntu/apt.conf-01-vendor-ubuntu
index 30d25a717..64797799a 100644
--- a/vendor/ubuntu/apt.conf-01-vendor-ubuntu
+++ b/vendor/ubuntu/apt.conf-01-vendor-ubuntu
@@ -1,2 +1,9 @@
Acquire::Changelogs::AlwaysOnline "true";
Acquire::http::User-Agent-Non-Interactive "true";
+
+// Enable the new solver by default for our commands
+binary::apt::APT::Solver "3.0";
+binary::apt-get::APT::Solver "3.0";
+// Allow apt-get to remove manually installed packages for the
+// first phase.
+binary::apt-get::APT::Solver::RemoveManual "true";