X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/bd01d47ebadaeab178942d0ba3ebdf50d8860c81..fa321bf3dbf363879cfc799b6c1cc4e5af50ffd8:/doc/apt.conf.5.xml
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index 69e212243..5bc6c55db 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -284,7 +284,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
sourcelist gives the location of the sourcelist and
main is the default configuration file (setting has no effect,
unless it is done from the config file specified by
- APT_CONFIG.
+ APT_CONFIG).
The Dir::Parts setting reads in all the config fragments in
lexical order from the directory specified. After this is done then the
@@ -295,6 +295,19 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
dpkg, apt-get dpkg-source
dpkg-buildpackage and apt-cache specify the location
of the respective programs.
+
+
+ The configuration item RootDir has a special
+ meaning. If set, all paths in Dir:: will be
+ relative to RootDir, even paths that
+ are specified absolutely. So, for instance, if
+ RootDir is set to
+ /tmp/staging and
+ Dir::State::status is set to
+ /var/lib/dpkg/status, then the status file
+ will be looked up in
+ /tmp/staging/var/lib/dpkg/status.
+
APT in DSelect