]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
merged from debian-sid
[apt.git] / doc / examples / configure-index
index d4667999863dd9eed1073eb8fc02853170f350f7..233fa2b7d7b0ac69d4cc25b21066bfb4fcce95cf 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!
@@ -325,6 +329,21 @@ Dir "/"
   // Location of the logfile
   Log "var/log/apt" {
        Terminal "term.log";
   // Location of the logfile
   Log "var/log/apt" {
        Terminal "term.log";
+       History "history.log";
+  };
+
+  // Media 
+  Media 
+  {
+       // Media AutoDetect mount path
+       MountPath "/media/apt";
+  };
+
+  // Media 
+  Media 
+  {
+       // Media AutoDetect mount path
+       MountPath "/media/apt";
   };
 };
 
   };
 };