Skip to content

Commit 5502c03

Browse files
committed
Update Debian debootstrap package to bookworm (current stable)
(cherry picked from commit 882a674)
1 parent d90f594 commit 5502c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc-tools/dj_make_chroot.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Options:
6767
-i <debs> List of extra package names to install (comma separated).
6868
-r <debs> List of extra package names to remove (comma separated).
6969
-l <debs> List of local package files to install (comma separated).
70-
-s <lists> List of apt repository .list files that exist outside the chroot
70+
-s <lists> List of apt repository .list files that exist outside the chroot
7171
to add to the chroot (comma separated). Signing keys for the
7272
repository will be imported if they exist as <filename>.gpg,
7373
<filename>.asc or <filename>.arm.
@@ -178,7 +178,7 @@ if [ "$DISTRO" = 'Debian' ]; then
178178
REMOVEDEBS=""
179179

180180
# Which debootstrap package to install on non-Debian systems:
181-
DEBOOTDEB="debootstrap_1.0.128+nmu2_all.deb"
181+
DEBOOTDEB="debootstrap_1.0.128+nmu2+deb12u1_all.deb"
182182

183183
# The Debian mirror/proxy below can be passed as environment
184184
# variables; if none are given the following defaults are used.

0 commit comments

Comments
 (0)