summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2005-06-30 08:53:45 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2005-06-30 08:53:45 +0000
commit22dcc318d978813b3c4d1ae1a1f41933d0e1d69b (patch)
treecc54b55a72e34f82f551d7e790fd4ce32c654fe2 /doc/examples
parent2ac6ce927cda2847baf8e71a74e595e6b82c6d98 (diff)
* added APT::NeverAutoRemove (a list of regexp for package names that should never be automatically removed)
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/configure-index5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 31bc13430..b4ac0ed4b 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -24,7 +24,10 @@ APT
{
Architecture "i386";
Build-Essential "build-essential";
-
+
+ NeverAutoRemove { "linux-kernel.*"; }; // packages that should never
+ // considered for autoRemove
+
// Options for apt-get
Get
{