merge with debian-sid
[ntk/apt.git] / doc / examples / configure-index
index 2ee8382..0b30a50 100644 (file)
@@ -248,6 +248,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!
@@ -335,6 +339,13 @@ Dir "/"
   Log "var/log/apt" {
        Terminal "term.log";
   };
+
+  // Media 
+  Media 
+  {
+       // Media AutoDetect mount path
+       MountPath "/media/apt";
+  };
 };
 
 // Things that effect the APT dselect method