]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:
[apt.git] / doc / examples / configure-index
index 03a37287d9ca486b1a2223d025236a0be93cdb48..6884e06e32d82f3c6703aff7162f6957c787d092 100644 (file)
@@ -265,7 +265,10 @@ Acquire
   cdrom
   {
     // do auto detection of the cdrom mountpoint
-    AutoDetect "true";
+    AutoDetect "true";   
+    // when auto-detecting, only look for cdrom/dvd. when this is false
+    // it will support any removable device as a "cdrom" source
+    CdromOnly "true";
     
     // cdrom mountpoint (needs to be defined in fstab if AutoDetect is not used)
     mount "/cdrom";