]> git.saurik.com Git - apt.git/blobdiff - doc/examples/configure-index
Make purge work again for config-files (LP: #244598) (Closes: #150831)
[apt.git] / doc / examples / configure-index
index 6119d67d081e4f4b392d10b3c19c9c2328ab5923..6884e06e32d82f3c6703aff7162f6957c787d092 100644 (file)
@@ -265,7 +265,10 @@ Acquire
   cdrom
   {
     // do auto detection of the cdrom mountpoint
-    AutoDetect "true";
+    AutoDetect "true";   
+    // when auto-detecting, only look for cdrom/dvd. when this is false
+    // it will support any removable device as a "cdrom" source
+    CdromOnly "true";
     
     // cdrom mountpoint (needs to be defined in fstab if AutoDetect is not used)
     mount "/cdrom";
@@ -385,7 +388,6 @@ DPkg
 {
    // let apt aggressivly use dpkg triggers
    NoTriggers "true";
-   NoConfigure "true";
    ConfigurePending "true";
 
    // Probably don't want to use force-downgrade..