diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-13 01:45:26 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-02-13 01:45:26 +0100 |
commit | d328fd1a20543192a7ea3eac124f10a5793743e9 (patch) | |
tree | 68c68ff6bc12037ac74899f686fce9c0a3e419bd /doc/examples/configure-index | |
parent | eef21b9f52adc2170a3a3ffd0258a19810cacfd7 (diff) | |
parent | 07f2526e45f9978201817237745727db6177c29a (diff) |
merge with debian-sid
Diffstat (limited to 'doc/examples/configure-index')
-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 2ee838216..0b30a50a9 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! @@ -335,6 +339,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 |