]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* cmdline/apt-get.cc:
[apt.git] / doc / examples / configure-index
index 89ab3ed8a1d534d7a2bd796c3b6aa4eceb4ca759..51ca96959352bfdf748f1e0145d80daa7c813e68 100644 (file)
@@ -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!