forked from josch/mmdebstrap
fix documentation of buildd variant to only include essential, apt and build-essential
This commit is contained in:
parent
ac2aba5074
commit
a8583eb39b
1 changed files with 7 additions and 7 deletions
14
mmdebstrap
14
mmdebstrap
|
@ -7018,6 +7018,13 @@ get installed at once. The downside of this variant is, that if it should
|
|||
happen that an B<essential> package is not installable, then it will just get
|
||||
ignored without throwing an error.
|
||||
|
||||
=item B<buildd>
|
||||
|
||||
The B<essential> set plus apt and build-essential.
|
||||
It is roughly equivalent to running mmdebstrap with
|
||||
|
||||
--variant=essential --include="apt,build-essential"
|
||||
|
||||
=item B<required>, B<minbase>
|
||||
|
||||
The B<essential> 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<buildd>
|
||||
|
||||
The B<minbase> set plus build-essential.
|
||||
It is roughly equivalent to running mmdebstrap with
|
||||
|
||||
--variant=essential --include="?priority(required),build-essential"
|
||||
|
||||
=item B<important>, B<debootstrap>, B<->
|
||||
|
||||
The B<required> set plus all packages with Priority:important. This is the
|
||||
|
|
Loading…
Reference in a new issue