Skip to content

Commit

Permalink
Update Debian debootstrap package to bookworm (current stable)
Browse files Browse the repository at this point in the history
(cherry picked from commit 882a674)
  • Loading branch information
eldering committed Jan 24, 2024
1 parent d90f594 commit 5502c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc-tools/dj_make_chroot.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Options:
-i <debs> List of extra package names to install (comma separated).
-r <debs> List of extra package names to remove (comma separated).
-l <debs> List of local package files to install (comma separated).
-s <lists> List of apt repository .list files that exist outside the chroot
-s <lists> 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 <filename>.gpg,
<filename>.asc or <filename>.arm.
Expand Down Expand Up @@ -178,7 +178,7 @@ if [ "$DISTRO" = 'Debian' ]; then
REMOVEDEBS=""

# Which debootstrap package to install on non-Debian systems:
DEBOOTDEB="debootstrap_1.0.128+nmu2_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.
Expand Down

0 comments on commit 5502c03

Please sign in to comment.