summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-01-26 12:00:40 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-01-26 12:00:40 +0100
commit972c339a1b05671e3f01b46cece3b323a2a94d61 (patch)
tree91a706a1c6c3b6b42b0cc469d413475eb4b2c2c4 /doc
parenta29b2c0b9c4e7b1c36433c9c6dd5d24697f9c4b6 (diff)
parentff1e4b0626d8ce567492ccadbd30dfc32d4c15f1 (diff)
* cmdline/apt-get.cc:
- fix apt-get source pkg=version regression (closes: #561971) * apt-pkg/contrib/cdromutl.cc: - fix UnmountCdrom() fails, give it a bit more time and try the umount again * methods/cdrom.cc: - fixes in multi cdrom setup code - add new "Acquire::cdrom::AutoDetect" variable that enables/disables the dlopen of libudev for automatic cdrom detection
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/configure-index4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 89ab3ed8a..51ca96959 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -253,6 +253,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!