forked from josch/mmdebstrap
Add more markup to POD
This commit is contained in:
parent
bdf878894f
commit
a6d6ad4d0d
1 changed files with 10 additions and 10 deletions
20
mmdebstrap
20
mmdebstrap
|
@ -1752,7 +1752,7 @@ section B<DEBOOTSTRAP>). In contrast to debootstrap it uses apt to resolve
|
||||||
dependencies and is thus able to use more than one mirror and resolve more
|
dependencies and is thus able to use more than one mirror and resolve more
|
||||||
complex dependencies.
|
complex dependencies.
|
||||||
|
|
||||||
If no I<MIRROR> option is provided, http://deb.debian.org/debian is used,
|
If no I<MIRROR> option is provided, L<http://deb.debian.org/debian> is used,
|
||||||
except if data was given on standard input in which case the lines read from
|
except if data was given on standard input in which case the lines read from
|
||||||
there are used as the content of the chroot's sources.list file. If
|
there are used as the content of the chroot's sources.list file. If
|
||||||
I<SUITE> is a stable release name, then mirrors for updates and security are
|
I<SUITE> is a stable release name, then mirrors for updates and security are
|
||||||
|
@ -1812,10 +1812,10 @@ default mode is B<auto>. See the section B<MODES> for more information.
|
||||||
=item B<--aptopt>
|
=item B<--aptopt>
|
||||||
|
|
||||||
Pass arbitrary options to apt. Will be added to
|
Pass arbitrary options to apt. Will be added to
|
||||||
/etc/apt/apt.conf.d/99mmdebstrap inside the chroot. Can be specified multiple
|
F</etc/apt/apt.conf.d/99mmdebstrap> inside the chroot. Can be specified
|
||||||
times. Each option with be appended to 99mmdebstrap. A semicolon will be added
|
multiple times. Each option with be appended to 99mmdebstrap. A semicolon will
|
||||||
at the end of the option if necessary. If the command line argument is an
|
be added at the end of the option if necessary. If the command line argument
|
||||||
existing file, the content of the file will be appended to 99mmdebstrap
|
is an existing file, the content of the file will be appended to 99mmdebstrap
|
||||||
verbatim.
|
verbatim.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
@ -1827,9 +1827,9 @@ Examples:
|
||||||
=item B<--dpkgopt>
|
=item B<--dpkgopt>
|
||||||
|
|
||||||
Pass arbitrary options to dpkg. Will be added to
|
Pass arbitrary options to dpkg. Will be added to
|
||||||
/etc/dpkg/dpkg.cfg.d/99mmdebstrap inside the chroot. Can be specified multiple
|
F</etc/dpkg/dpkg.cfg.d/99mmdebstrap> inside the chroot. Can be specified
|
||||||
times. Each option will be appended to 99mmdebstrap. If the command line
|
multiple times. Each option will be appended to 99mmdebstrap. If the command
|
||||||
argument is an existing file, the content of the file will be appended to
|
line argument is an existing file, the content of the file will be appended to
|
||||||
99mmdebstrap verbatim.
|
99mmdebstrap verbatim.
|
||||||
|
|
||||||
Example: --dpkgopt="path-exclude=/usr/share/man/*"
|
Example: --dpkgopt="path-exclude=/usr/share/man/*"
|
||||||
|
@ -1910,7 +1910,7 @@ I<--variant> argument.
|
||||||
|
|
||||||
=item B<essential>
|
=item B<essential>
|
||||||
|
|
||||||
Essential:yes packages.
|
C<Essential:yes> packages.
|
||||||
|
|
||||||
=item B<apt>
|
=item B<apt>
|
||||||
|
|
||||||
|
@ -1976,7 +1976,7 @@ This section lists some differences to debootstrap.
|
||||||
|
|
||||||
=item * 3-6 times faster
|
=item * 3-6 times faster
|
||||||
|
|
||||||
=item * Can create a chroot with only Essential:yes packages and their dependencies
|
=item * Can create a chroot with only C<Essential:yes> packages and their dependencies
|
||||||
|
|
||||||
=item * Reproducible output by default if $SOURCE_DATE_EPOCH is set
|
=item * Reproducible output by default if $SOURCE_DATE_EPOCH is set
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue