summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-01-26 11:27:58 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-01-26 11:27:58 +0100
commitff1e4b0626d8ce567492ccadbd30dfc32d4c15f1 (patch)
treebcc69dfac4fbf2c7ffc4b903214f6f88b15dfbdc /doc/examples
parentbf783d9044cb5c9e851fbf10c9bb7e6192b13afd (diff)
add new "Acquire::cdrom::AutoDetect" variable that enables/disables
the dlopen of libudev for automatic cdrom detection
Diffstat (limited to 'doc/examples')
-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 1e9946e1b..317acddf6 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -250,6 +250,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!