summaryrefslogtreecommitdiff
path: root/debian/apt.conf.ubuntu
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-07 11:52:58 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-07 11:52:58 +0200
commit3a089a0178ee7b3adff28dcc8749735898201e27 (patch)
tree94f379647920e4782308f1e01f7a7cf0e973a850 /debian/apt.conf.ubuntu
parent94915e3424601c8fa935c527122d65f1f0878fe2 (diff)
parent1d7229332a7707e9abb341a7ce75ce332df54420 (diff)
* apt-pkg/depcache.cc:
- merged from install-recommends * debian/apt.conf.ubuntu: - added "APT::Install-Recommends-Section" to "metapackages" * renamed apt.conf.autoremove -> apt.conf.ubuntu
Diffstat (limited to 'debian/apt.conf.ubuntu')
-rw-r--r--debian/apt.conf.ubuntu10
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/apt.conf.ubuntu b/debian/apt.conf.ubuntu
new file mode 100644
index 000000000..8d095f17e
--- /dev/null
+++ b/debian/apt.conf.ubuntu
@@ -0,0 +1,10 @@
+APT
+{
+ NeverAutoRemove
+ {
+ "^linux-image.*";
+ "^linux-restricted-modules.*";
+ };
+
+ Install-Recommends-Section "metapackages";
+};