diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-27 12:11:07 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-27 12:11:07 +0100 |
commit | 93adae194b5db00e3afb8fe89b907eed9df28763 (patch) | |
tree | a9e3534bfd019632379fcb6f01d16a80838173af /doc | |
parent | bca4c203ac8664f7cdbffd4ce8474b358f708658 (diff) |
merge 1695..1701 from the lp:~mvo/apt/mvo branch
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index d46679998..ddee86388 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -248,6 +248,10 @@ Acquire cdrom { + // do auto detection of the cdrom mountpoint + AutoDetect "true"; + + // cdrom mountpoint (needs to be defined in fstab if AutoDetect is not used) mount "/cdrom"; // You need the trailing slash! @@ -326,6 +330,13 @@ Dir "/" Log "var/log/apt" { Terminal "term.log"; }; + + // Media + Media + { + // Media AutoDetect mount path + MountPath "/media/apt"; + }; }; // Things that effect the APT dselect method |