forked from josch/mmdebstrap
format mmdebstrap bold in POD
This commit is contained in:
parent
4ea784c1bc
commit
5cf209996e
1 changed files with 7 additions and 7 deletions
14
mmdebstrap
14
mmdebstrap
|
@ -4901,7 +4901,7 @@ Example: Settings controlling download of package description translations
|
||||||
--aptopt='Acquire::Languages { "environment"; "en"; }'
|
--aptopt='Acquire::Languages { "environment"; "en"; }'
|
||||||
--aptopt='Acquire::Languages "none"'
|
--aptopt='Acquire::Languages "none"'
|
||||||
|
|
||||||
Example: Enable installing Recommends (by default mmdebstrap doesn't)
|
Example: Enable installing Recommends (by default B<mmdebstrap> doesn't)
|
||||||
|
|
||||||
--aptopt='Apt::Install-Recommends "true"'
|
--aptopt='Apt::Install-Recommends "true"'
|
||||||
|
|
||||||
|
@ -5196,11 +5196,11 @@ useful if you plan to use the chroot with proot.
|
||||||
=item B<chrootless>
|
=item B<chrootless>
|
||||||
|
|
||||||
Uses the dpkg option C<--force-script-chrootless> to install packages into
|
Uses the dpkg option C<--force-script-chrootless> to install packages into
|
||||||
I<TARGET> without dpkg and apt inside I<TARGET> but using apt and dpkg from
|
I<TARGET> without dpkg and apt inside I<TARGET> but using apt and dpkg from the
|
||||||
the machine running B<mmdebstrap>. Maintainer scripts are run without chrooting
|
machine running B<mmdebstrap>. Maintainer scripts are run without chrooting
|
||||||
into I<TARGET> and rely on their dependencies being installed on the machine
|
into I<TARGET> and rely on their dependencies being installed on the machine
|
||||||
running B<mmdebstrap>. Unless B<mmdebstrap> was run inside fakeroot, the
|
running B<mmdebstrap>. Unless B<mmdebstrap> was run inside fakeroot, the
|
||||||
I<TARGET> directory will be owned by the user running mmdebstrap.
|
I<TARGET> directory will be owned by the user running B<mmdebstrap>.
|
||||||
|
|
||||||
=for TODO
|
=for TODO
|
||||||
=item B<qemu>
|
=item B<qemu>
|
||||||
|
@ -5257,7 +5257,7 @@ The B<important> set plus all packages with Priority:standard.
|
||||||
|
|
||||||
=head1 FORMATS
|
=head1 FORMATS
|
||||||
|
|
||||||
The output format of mmdebstrap is specified using the B<--format> option.
|
The output format of B<mmdebstrap> is specified using the B<--format> option.
|
||||||
Without that option the default format is I<auto>. The following formats exist:
|
Without that option the default format is I<auto>. The following formats exist:
|
||||||
|
|
||||||
=over 8
|
=over 8
|
||||||
|
@ -5642,8 +5642,8 @@ extension to compressor applies:
|
||||||
.zst zstd
|
.zst zstd
|
||||||
|
|
||||||
To change compression specific options, either use the respecitve environment
|
To change compression specific options, either use the respecitve environment
|
||||||
variables like B<XZ_OPT> or send mmdebstrap output to your compressor of choice
|
variables like B<XZ_OPT> or send B<mmdebstrap> output to your compressor of
|
||||||
with a pipe.
|
choice with a pipe.
|
||||||
|
|
||||||
=head1 BUGS
|
=head1 BUGS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue