From c19a3276fe7ecfc132e95b0277e9e68ff364dd92 Mon Sep 17 00:00:00 2001 From: Nicolas Schier Date: Thu, 27 Feb 2020 05:04:54 +0100 Subject: Support marking all newly installed packages as automatically installed Add option '--mark-auto' to 'apt install' that marks all newly installed packages as automatically installed. Signed-off-by: Nicolas Schier --- doc/examples/configure-index | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/examples/configure-index') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 47715a9e1..9e02f0b13 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -73,6 +73,7 @@ APT Assume-Yes ""; // not as dangerous, but use with care still Assume-No ""; Trivial-Only ""; + Mark-Auto ""; Remove ""; AllowUnauthenticated ""; // skip security -- cgit v1.2.3