diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-06-30 08:53:45 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-06-30 08:53:45 +0000 |
commit | 22dcc318d978813b3c4d1ae1a1f41933d0e1d69b (patch) | |
tree | cc54b55a72e34f82f551d7e790fd4ce32c654fe2 /doc | |
parent | 2ac6ce927cda2847baf8e71a74e595e6b82c6d98 (diff) |
* added APT::NeverAutoRemove (a list of regexp for package names that should never be automatically removed)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 5 |
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 { |