diff options
author | Michael Vogt <egon@bottom> | 2007-05-02 13:58:21 +0200 |
---|---|---|
committer | Michael Vogt <egon@bottom> | 2007-05-02 13:58:21 +0200 |
commit | b51ff02a550881118ce4c677a6f2ce1d0aff9cd8 (patch) | |
tree | eb13239922de5805476416e86096e5b0b4f4cbdd /doc/examples | |
parent | 8171c75b9939a13aa22a3f45d436a6305af561ff (diff) | |
parent | 54eda6ae969cd66d06fe82f7175f753a74d2b7dc (diff) |
* updated from http://people.ubuntu.com/~mvo/bzr/apt/auto-mark/
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 56389b749..d0aad1e3d 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -33,6 +33,7 @@ APT { Arch-Only "false"; AutomaticRemove "false"; + HideAutoRemove "false"; Download-Only "false"; Simulate "false"; Assume-Yes "false"; @@ -99,6 +100,9 @@ APT APT::Install-Recommends "false"; APT::Install-Suggests "false"; + // consider dependencies of packages in this section manual + Never-MarkAuto-Section "metapackages"; + // Write progress messages on this fd (for stuff like base-config) Status-Fd "-1"; // Keep the list of FDs open (normally apt closes all fds when it |