]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
add Dir::Media::MountPath config option
[apt.git] / doc / examples / configure-index
index ced390447bbb0da40e20c1d9302051910319ba02..0b0025fca2d3a2584a01a008d639d1e3615b2d8e 100644 (file)
@@ -250,6 +250,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!
@@ -325,6 +329,14 @@ Dir "/"
   // Location of the logfile
   Log "var/log/apt" {
        Terminal "term.log";
+       History "history.log";
+  };
+
+  // Media 
+  Media 
+  {
+       // Media AutoDetect mount path
+       MountPath "/media/apt";
   };
 };