]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - debian/aptitude/config.real
setup.sh: Be more compatible.
[config/dotfiles.git] / debian / aptitude / config.real
index cd56710017dbf6f295e627fd4efb528c9d4e49e4..797ccbc12bd2c62cfd89755ffdbf5e2d4b776edd 100644 (file)
@@ -15,9 +15,13 @@ aptitude {
         Default-Grouping "task,status,pattern(~O, !~O => other),section(subdirs,passthrough),section(topdir)";
         // Same as Default-Grouping but only display packages which are
         // changed (so no upgradeable are shown).
-        Default-Preview-Grouping "pattern(~O),action,filter(~ainstall | ~aupgrade | ~adowngrade | ~aremove | ~apurge | ~ahold)";
+        Default-Preview-Grouping "pattern(~O),action,section(topdir),filter(~ainstall | ~aupgrade | ~adowngrade | ~aremove | ~apurge | ~ahold)";
     }
 
     // Don't display packages which only contain build dependencies.
     Pkg-Display-Limit "!-build-depends";
+
+    // Don't display a warning when performing changes (add new packages,
+    // etc.) in read only mode.
+    Suppress-Read-Only-Warning "true";
 }