document that the full apt syntax can be used

This commit is contained in:
Johannes 'josch' Schauer 2019-09-04 15:45:18 +02:00
parent bfba0e7dce
commit c8a3f053d7
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -2609,7 +2609,9 @@ be the only ones that get either extracted or installed by dpkg, respectively.
For all other variants, apt is used to install the additional packages. The For all other variants, apt is used to install the additional packages. The
B<essential> variant does not include apt and thus, the include option will B<essential> variant does not include apt and thus, the include option will
only work when the B<chrootless> mode is selected and thus apt from the outside only work when the B<chrootless> mode is selected and thus apt from the outside
can be used. can be used. Package names are directly passed to apt and thus, you can use apt
features like C<pkg/suite>, C<pkg=version>, C<pkg-> or use a glob or regex for
C<pkg>. See apt(8) for the supported syntax.
=item B<--components>=I<comp1>[,I<comp2>,...] =item B<--components>=I<comp1>[,I<comp2>,...]