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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mmdebstrap b/mmdebstrap index 5800ac8..f8d08e1 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -7018,6 +7018,13 @@ 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 + +The B set plus apt and build-essential. +It is roughly equivalent to running mmdebstrap with + + --variant=essential --include="apt,build-essential" + =item B, B The B set plus all packages with Priority:required. @@ -7025,13 +7032,6 @@ It is roughly equivalent to running mmdebstrap with --variant=essential --include="?priority(required)" -=item B - -The B set plus build-essential. -It is roughly equivalent to running mmdebstrap with - - --variant=essential --include="?priority(required),build-essential" - =item B, B, B<-> The B set plus all packages with Priority:important. This is the