From 30d39f812e41eb81928a0fe1f3a4f686eb30dfa9 Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Sat, 2 Nov 2024 16:01:06 +0100 Subject: [PATCH] lb config: --distribution defaults to testing --- functions/configuration.sh | 2 +- manpages/en/lb_config.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/configuration.sh b/functions/configuration.sh index a122e771a..712398e37 100755 --- a/functions/configuration.sh +++ b/functions/configuration.sh @@ -41,7 +41,7 @@ Prepare_config () LB_MODE="${LB_MODE:-debian}" LB_DERIVATIVE="false" - LB_DISTRIBUTION="${LB_DISTRIBUTION:-bullseye}" + LB_DISTRIBUTION="${LB_DISTRIBUTION:-testing}" LB_DISTRIBUTION_CHROOT="${LB_DISTRIBUTION_CHROOT:-${LB_DISTRIBUTION}}" LB_DISTRIBUTION_BINARY="${LB_DISTRIBUTION_BINARY:-${LB_DISTRIBUTION_CHROOT}}" diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index be5520570..3a1aa1d49 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -331,7 +331,7 @@ tells debootstrap to use an alternate bootstrap script (last parameter to deboot .IP "\fB\-\-debug\fR" 4 turns on debugging informational messages. .IP "\fB\-d\fR|\fB\-\-distribution\fR \fICODENAME\fR" 4 -defines the distribution of the resulting live system. This currently defaults to 'buster'. The value 'sid' can be used for Debian unstable. +defines the distribution of the resulting live system. This defaults to 'testing'. The value 'sid' can be used for Debian unstable. .IP "\fB\-\-distribution\-binary\fR \fICODENAME\fR" 4 defines the distribution enabled in the resulting live system (defaults to the value set in \fB\-\-distribution\fR) .IP "\fB\-\-distribution\-chroot\fR \fICODENAME\fR" 4