From 99d2579e0b94cffc52f78d1caeb10c1d00dedd59 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Tue, 9 Jan 2024 10:33:04 +0100 Subject: [PATCH] document that the required and minbase variants do not explicitly install apt --- mmdebstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index 9a3a86c..0e9fb0a 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -7010,7 +7010,7 @@ ignored without throwing an error. =item B, B -The B set plus all packages with Priority:required and apt. +The B set plus all packages with Priority:required. It is roughly equivalent to running mmdebstrap with --variant=essential --include="?priority(required)"