summaryrefslogtreecommitdiffstats
path: root/share/build-scripts/debootstrap
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-01 13:43:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-01 13:43:53 +0000
commit1231773777b679354d2a95d0ac54ee48c09be376 (patch)
treef12125c33a9fee77ab9f6dedcfdfb0be50ee8561 /share/build-scripts/debootstrap
parentReleasing debian version 20221023-2. (diff)
downloadopen-infrastructure-compute-tools-1231773777b679354d2a95d0ac54ee48c09be376.tar.xz
open-infrastructure-compute-tools-1231773777b679354d2a95d0ac54ee48c09be376.zip
Merging upstream version 20221223.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/build-scripts/debootstrap')
-rwxr-xr-xshare/build-scripts/debootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/build-scripts/debootstrap b/share/build-scripts/debootstrap
index 567ee6b..5ab5db2 100755
--- a/share/build-scripts/debootstrap
+++ b/share/build-scripts/debootstrap
@@ -153,7 +153,7 @@ then
fi
ARCHITECTURE="${ARCHITECTURE:-$(dpkg --print-architecture)}"
-DISTRIBUTION="${DISTRIBUTION:-bullseye}"
+DISTRIBUTION="${DISTRIBUTION:-bookworm}"
MIRROR="${MIRROR:-https://deb.debian.org/debian}"
PASSWORD="${PASSWORD:-$(dd if=/dev/urandom bs=12 count=1 2> /dev/null | base64)}"