commit 2df95e5bd4efdb7195908204f16f17a273a46583
parent d688e1acb280d2fc8fe885d4fe6abd5680de9744
Author: parazyd <parazyd@dyne.org>
Date: Thu, 12 Mar 2020 10:14:03 +0100
Include wget and ca-certificates packages by default in debootstrap.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/zlibs/bootstrap b/zlibs/bootstrap
@@ -55,6 +55,7 @@ bootstrap_complete_base() {
sudo DEBOOTSTRAP_DIR="$LIBPATH/extra/debootstrap" "$LIBPATH/extra/debootstrap/debootstrap" \
--keyring="$LIBPATH/extra/devuan-keyring/keyrings/devuan-archive-keyring.gpg" \
+ --include=wget,ca-certificates \
--foreign \
--arch $arch $release $strapdir $mirror || zerr