diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-26 21:08:41 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-26 21:08:41 +0100 |
commit | ffee221b8d1df28768d30762d72a11289ae747dc (patch) | |
tree | 59b7a852879be9bb0b40c2aa74ac54e6b73b7298 /doc/examples | |
parent | fb503892e3e05132bb7db369440402ff81ea5f8d (diff) |
add Dir::Media::MountPath config option
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 317acddf6..0b0025fca 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -331,6 +331,13 @@ Dir "/" Terminal "term.log"; History "history.log"; }; + + // Media + Media + { + // Media AutoDetect mount path + MountPath "/media/apt"; + }; }; // Things that effect the APT dselect method |