]> git.saurik.com Git - apt.git/blobdiff - doc/examples/apt.conf
CDrom fixes
[apt.git] / doc / examples / apt.conf
index 3895a57b55158d94030c62743ae15f9e9665f209..4e9ec16601288cd6e9d73ee39ab8e54a9fb45579 100644 (file)
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.28 1999/03/15 23:05:49 jgg Exp $
+// $Id: apt.conf,v 1.29 1999/04/03 01:05:25 jgg Exp $
 /* This file is an index of all APT configuration directives. It should
    NOT actually be used as a real config file, though it is a completely
    valid file.
@@ -97,7 +97,14 @@ Acquire
   
   cdrom
   {
-    Mount "/cdrom";    
+    Mount "/cdrom";
+
+    // You need the trailing slash!
+    "/cdrom/"
+    {
+       Mount "sleep 1000";
+       UMount "sleep 500";
+    }
   };
 };
 
@@ -171,4 +178,5 @@ Debug
   pkgInitialize "false";   // This one will dump the configuration space
   NoLocking "false";
   Acquire::Ftp "false";    // Show ftp command traffic
+  aptcdrom "false";        // Show found package files
 }