summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-03-21 21:48:09 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-03-21 21:48:09 +0100
commit6bc703c22970055d9e1a1b4e3e0efe74f4cefda5 (patch)
treea9aaede77078c2cf948d2618c5fba117a713af15 /doc
parentaa85a4e2a7ef7c057d979f4e115f92993e04bbe8 (diff)
Add with pkgCacheGen::Essential a way to control which packages get the
essential flag: * native is the default and will only mark packages of the main arch * all will mark all packages which have these flag in Packages * none will obviously do the opposite * installed will only mark packages which are installed as essential, so it will behave in the same way as dpkg does it. It is mostly needed sometimes for debugging but some users with special needs might like to switch the mode as well under the expense to be on their own…
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/configure-index2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index f07302efd..f08a42ec7 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -432,6 +432,8 @@ Debug
}
+pkgCacheGen::Essential "native"; // other modes: all, none, installed
+
/* Whatever you do, do not use this configuration file!! Take out ONLY
the portions you need! */
This Is Not A Valid Config File