forked from josch/mmdebstrap
make it clear that --aptopt and --dpkgopt add their content permamently
This commit is contained in:
parent
23fb2055e4
commit
614ef0e43d
1 changed files with 11 additions and 11 deletions
22
mmdebstrap
22
mmdebstrap
|
@ -5111,12 +5111,12 @@ section B<FORMATS> for more information.
|
||||||
|
|
||||||
=item B<--aptopt>=I<option>|I<file>
|
=item B<--aptopt>=I<option>|I<file>
|
||||||
|
|
||||||
Pass arbitrary I<option>s to apt. Will be added to
|
Pass arbitrary I<option>s to apt. Will be permamently added to
|
||||||
F</etc/apt/apt.conf.d/99mmdebstrap> inside the chroot. Can be specified
|
F</etc/apt/apt.conf.d/99mmdebstrap> inside the chroot. Use hooks for temporary
|
||||||
multiple times. Each I<option> will be appended to 99mmdebstrap. A semicolon
|
configuration options. Can be specified multiple times. Each I<option> will be
|
||||||
will be added at the end of the option if necessary. If the command line
|
appended to 99mmdebstrap. A semicolon will be added at the end of the option if
|
||||||
argument is an existing I<file>, the content of the file will be appended to
|
necessary. If the command line argument is an existing I<file>, the content of
|
||||||
99mmdebstrap verbatim.
|
the file will be appended to 99mmdebstrap verbatim.
|
||||||
|
|
||||||
Example: This is necessary for allowing old timestamps from snapshot.debian.org
|
Example: This is necessary for allowing old timestamps from snapshot.debian.org
|
||||||
|
|
||||||
|
@ -5175,11 +5175,11 @@ pointing to F</usr/share/keyrings/ubuntu-archive-keyring.gpg>.
|
||||||
|
|
||||||
=item B<--dpkgopt>=I<option>|I<file>
|
=item B<--dpkgopt>=I<option>|I<file>
|
||||||
|
|
||||||
Pass arbitrary I<option>s to dpkg. Will be added to
|
Pass arbitrary I<option>s to dpkg. Will be permanently added to
|
||||||
F</etc/dpkg/dpkg.cfg.d/99mmdebstrap> inside the chroot. Can be specified
|
F</etc/dpkg/dpkg.cfg.d/99mmdebstrap> inside the chroot. Use hooks for temporary
|
||||||
multiple times. Each I<option> will be appended to 99mmdebstrap. If the command
|
configuration options. Can be specified multiple times. Each I<option> will be
|
||||||
line argument is an existing I<file>, the content of the file will be appended
|
appended to 99mmdebstrap. If the command line argument is an existing I<file>,
|
||||||
to 99mmdebstrap verbatim.
|
the content of the file will be appended to 99mmdebstrap verbatim.
|
||||||
|
|
||||||
Example: Exclude paths to reduce chroot size
|
Example: Exclude paths to reduce chroot size
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue