Le 23/08/2017 à 10:12, Cyril Brulebois a écrit :
> Ansgar Burchardt <ans...@debian.org> (2017-08-23):
>> Emmanuel Kasper <m...@debian.org> writes:
>>>     The default base system installed by debootstrap includes all packages 
>>> with Pritority essential and
>>>     important, but this was not yet documented.
>>
>> There is no "essential" priority.  There is only "required" (and its
>> dependencies).
> 
> Well, we also have “Essential: yes” packages, which is maybe what Emmanuel
> had in mind? Those are handled by apt rather than by debootstrap though.
> 
Hum this was not actually what I had in mind, so here I attach a V2 with
the right wording (s/essential/required/), also removing the TARGET
mention since the first section of the man page is clear about that.








diff --git a/debootstrap.8 b/debootstrap.8
index e802003..5cdd6a6 100644
--- a/debootstrap.8
+++ b/debootstrap.8
@@ -74,13 +74,11 @@ With this option set, this behaviour is disabled.
 .IP "\fB\-\-variant=minbase|buildd|fakechroot\fP"
 Name of the bootstrap script variant to use.
 Currently, the variants supported are minbase, which only includes
-essential packages and apt; buildd, which installs the build-essential
-packages into
-.IR TARGET ;
-and fakechroot, which installs the packages without root privileges.
-The default, with no \fB\-\-variant=X\fP argument, is to create a base
-Debian installation in
-.IR TARGET .
+\fIrequired\fR packages and apt; buildd, which installs the build-essential
+packages and fakechroot, which installs the packages without root privileges.
+The default, with no \fB\-\-variant=X\fP argument, is to create a
+base Debian installation with all packages of priority \fIrequired\fR and
+\fIimportant\fR, including apt.
 .IP
 .IP "\fB\-\-merged-usr\fP"
 Create /{bin,sbin,lib}/ symlinks pointing to their counterparts in /usr/.

Reply via email to