diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2025-01-26 18:52:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2025-01-26 19:09:40 +0000 |
commit | 1846d120dc956719abf128ff0e11ffd7119766d9 (patch) | |
tree | b1ce041aceb42f60ab7b69c1e4e51df00e5c150a /share/build-scripts/debconf.d/0003-debconf | |
parent | Updating signed-by apt keyring handling for non-released distributions in deb... (diff) | |
download | compute-tools-1846d120dc956719abf128ff0e11ffd7119766d9.tar.xz compute-tools-1846d120dc956719abf128ff0e11ffd7119766d9.zip |
Setting default distribution to trixie in all container-build script.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/build-scripts/debconf.d/0003-debconf')
-rwxr-xr-x | share/build-scripts/debconf.d/0003-debconf | 2 |
1 files changed, 1 insertions, 1 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 ;; |