From a8583eb39b59c66d611cdc709ee2f17310b2ab34 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 25 Jan 2024 09:50:13 +0100 Subject: [PATCH] fix documentation of buildd variant to only include essential, apt and build-essential --- mmdebstrap | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mmdebstrap b/mmdebstrap index 5800ac8..f8d08e1 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -7018,19 +7018,19 @@ get installed at once. The downside of this variant is, that if it should happen that an B package is not installable, then it will just get ignored without throwing an error. -=item B, B +=item B -The B set plus all packages with Priority:required. +The B set plus apt and build-essential. It is roughly equivalent to running mmdebstrap with - --variant=essential --include="?priority(required)" + --variant=essential --include="apt,build-essential" -=item B +=item B, B -The B set plus build-essential. +The B set plus all packages with Priority:required. It is roughly equivalent to running mmdebstrap with - --variant=essential --include="?priority(required),build-essential" + --variant=essential --include="?priority(required)" =item B, B, B<->