From: Simon Ruderich Date: Mon, 27 Apr 2009 13:18:13 +0000 (+0200) Subject: aptitude: Don't display warning when in read only mode. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=2a3036ed4fd09a02a72767f7c9e2795e169627bd;p=config%2Fdotfiles.git aptitude: Don't display warning when in read only mode. --- diff --git a/debian/aptitude/config.real b/debian/aptitude/config.real index cd56710..b625803 100644 --- a/debian/aptitude/config.real +++ b/debian/aptitude/config.real @@ -20,4 +20,8 @@ aptitude { // 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"; }