diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-26 11:27:58 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-26 11:27:58 +0100 |
commit | ff1e4b0626d8ce567492ccadbd30dfc32d4c15f1 (patch) | |
tree | bcc69dfac4fbf2c7ffc4b903214f6f88b15dfbdc /doc/examples/configure-index | |
parent | bf783d9044cb5c9e851fbf10c9bb7e6192b13afd (diff) |
add new "Acquire::cdrom::AutoDetect" variable that enables/disables
the dlopen of libudev for automatic cdrom detection
Diffstat (limited to 'doc/examples/configure-index')
-rw-r--r-- | doc/examples/configure-index | 4 |
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! |