From c8a3f053d7145d803a8da5ae70daac768dee78cf Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Wed, 4 Sep 2019 15:45:18 +0200 Subject: [PATCH] document that the full apt syntax can be used --- mmdebstrap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index 237cb64..ce2b014 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -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 B variant does not include apt and thus, the include option will only work when the B 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, C, C or use a glob or regex for +C. See apt(8) for the supported syntax. =item B<--components>=I[,I,...]