summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rwxr-xr-xshare/build-scripts/debconf.d/0003-debconf2
-rwxr-xr-xshare/build-scripts/debootstrap2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/build-scripts/debconf.d/0003-debconf b/share/build-scripts/debconf.d/0003-debconf
index dd2a7c7..36be4e2 100755
--- a/share/build-scripts/debconf.d/0003-debconf
+++ b/share/build-scripts/debconf.d/0003-debconf
@@ -89,7 +89,7 @@ Distribution ()
db_subst container/distribution CHOICES "Debian GNU/Linux 10 \"buster\", Debian GNU/Linux 11 \"bullseye\", Debian GNU/Linux 12 \"bookworm\", Debian GNU/Linux 13 \"trixie\", Debian GNU/Linux testing, Debian GNU/Linux unstable/sid"
db_subst container/distribution CHOICES_C "buster, bullseye, bookworm, trixie, testing, sid"
- db_set container/distribution bookworm
+ db_set container/distribution trixie
db_fset container/distribution seen false
;;
diff --git a/share/build-scripts/debootstrap b/share/build-scripts/debootstrap
index ccfc2c9..27530e7 100755
--- a/share/build-scripts/debootstrap
+++ b/share/build-scripts/debootstrap
@@ -153,7 +153,7 @@ then
fi
ARCHITECTURE="${ARCHITECTURE:-$(dpkg --print-architecture)}"
-DISTRIBUTION="${DISTRIBUTION:-bookworm}"
+DISTRIBUTION="${DISTRIBUTION:-trixie}"
MIRROR="${MIRROR:-https://deb.debian.org/debian}"
PASSWORD="${PASSWORD:-$(dd if=/dev/urandom bs=12 count=1 2> /dev/null | base64)}"