From 882a674f14eb205121e24214d5a5da32f43e0d3a Mon Sep 17 00:00:00 2001 From: Jaap Eldering Date: Wed, 24 Jan 2024 15:16:25 +0100 Subject: [PATCH] Update Debian debootstrap package to bookworm (current stable) --- misc-tools/dj_make_chroot.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc-tools/dj_make_chroot.in b/misc-tools/dj_make_chroot.in index a3006441b4..78f9cdf21f 100755 --- a/misc-tools/dj_make_chroot.in +++ b/misc-tools/dj_make_chroot.in @@ -67,7 +67,7 @@ Options: -i List of extra package names to install (comma separated). -r List of extra package names to remove (comma separated). -l List of local package files to install (comma separated). - -s List of apt repository .list files that exist outside the chroot + -s List of apt repository .list files that exist outside the chroot to add to the chroot (comma separated). Signing keys for the repository will be imported if they exist as .gpg, .asc or .arm. @@ -178,7 +178,7 @@ if [ "$DISTRO" = 'Debian' ]; then REMOVEDEBS="" # Which debootstrap package to install on non-Debian systems: - DEBOOTDEB="debootstrap_1.0.114_all.deb" + DEBOOTDEB="debootstrap_1.0.128+nmu2+deb12u1_all.deb" # The Debian mirror/proxy below can be passed as environment # variables; if none are given the following defaults are used.