From 1a18160fe8c8e14a94f80088952004ee6b8f030c Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 26 Aug 2021 11:17:13 +0200 Subject: [PATCH] document that apt-transport-https, ca-certificates and apt-transport-tor are no longer installed automatically --- mmdebstrap | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mmdebstrap b/mmdebstrap index a5c690c..2a20f8e 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -5993,10 +5993,11 @@ option happens to be an existing file, then its contents are pasted into the chroot's sources.list. This can be used to supply a deb822 style sources.list. If I is C<-> then standard input is pasted into the chroot's sources.list. More than one mirror can be specified and are appended -to the chroot's sources.list in the given order. If any mirror contains a -https URI, then the packages apt-transport-https and ca-certificates will be -installed inside the chroot. If any mirror contains a tor+xxx URI, then the -apt-transport-tor package will be installed inside the chroot. +to the chroot's sources.list in the given order. If you specify a https or tor +I and you want the chroot to be able to update itself, don't forget to +also install the ca-certificates package, the apt-transport-https package for +apt versions less than 1.5 and/or the apt-transport-tor package using the +B<--include> option, as necessary. The optional I argument can either be the path to a directory, the path to a tarball filename, the path to a squashfs image, the path to an ext2 image,