diff --git a/mmdebstrap b/mmdebstrap index 15f8106..3e35b11 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -1752,7 +1752,7 @@ section B). In contrast to debootstrap it uses apt to resolve dependencies and is thus able to use more than one mirror and resolve more complex dependencies. -If no I option is provided, http://deb.debian.org/debian is used, +If no I option is provided, L is used, 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 I is a stable release name, then mirrors for updates and security are @@ -1812,10 +1812,10 @@ default mode is B. See the section B for more information. =item B<--aptopt> Pass arbitrary options to apt. Will be added to -/etc/apt/apt.conf.d/99mmdebstrap inside the chroot. Can be specified multiple -times. Each option with be appended to 99mmdebstrap. A semicolon will be added -at the end of the option if necessary. If the command line argument is an -existing file, the content of the file will be appended to 99mmdebstrap +F inside the chroot. Can be specified +multiple times. Each option with be appended to 99mmdebstrap. A semicolon will +be added at the end of the option if necessary. If the command line argument +is an existing file, the content of the file will be appended to 99mmdebstrap verbatim. Examples: @@ -1827,9 +1827,9 @@ Examples: =item B<--dpkgopt> Pass arbitrary options to dpkg. Will be added to -/etc/dpkg/dpkg.cfg.d/99mmdebstrap inside the chroot. Can be specified multiple -times. Each option will be appended to 99mmdebstrap. If the command line -argument is an existing file, the content of the file will be appended to +F inside the chroot. Can be specified +multiple times. Each option will be appended to 99mmdebstrap. If the command +line argument is an existing file, the content of the file will be appended to 99mmdebstrap verbatim. Example: --dpkgopt="path-exclude=/usr/share/man/*" @@ -1910,7 +1910,7 @@ I<--variant> argument. =item B -Essential:yes packages. +C packages. =item B @@ -1976,7 +1976,7 @@ This section lists some differences to debootstrap. =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 packages and their dependencies =item * Reproducible output by default if $SOURCE_DATE_EPOCH is set