]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
merge 1695..1701 from the lp:~mvo/apt/mvo branch
[apt.git] / doc / examples / configure-index
index d4667999863dd9eed1073eb8fc02853170f350f7..ddee863883eb6c0965d0fc6402c5c7f6fb61a79a 100644 (file)
@@ -248,6 +248,10 @@ Acquire
   
   cdrom
   {
   
   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!
     mount "/cdrom";
 
     // You need the trailing slash!
@@ -326,6 +330,13 @@ Dir "/"
   Log "var/log/apt" {
        Terminal "term.log";
   };
   Log "var/log/apt" {
        Terminal "term.log";
   };
+
+  // Media 
+  Media 
+  {
+       // Media AutoDetect mount path
+       MountPath "/media/apt";
+  };
 };
 
 // Things that effect the APT dselect method
 };
 
 // Things that effect the APT dselect method