]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
* [BREAK] add possibility to download and use multiply
[apt.git] / doc / examples / configure-index
index d4667999863dd9eed1073eb8fc02853170f350f7..0b30a50a9ef4ab0702094f4e401a383e1a0a44f4 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!
@@ -271,6 +275,15 @@ Acquire
 
     Order { "gz"; "lzma"; "bz2"; };
   };
+
+  Languages
+  {
+     "environment";
+     "de";
+     "en";
+     "none";
+     "fr";
+  };
 };
 
 // Directory layout
@@ -326,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