diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2025-01-26 18:55:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2025-01-26 18:57:30 +0000 |
commit | 5ab27378b9b3996692cb43a66fd491fc2e008269 (patch) | |
tree | 8825a1e548e8140446b726fddbf3a4024779d0fa | |
parent | Setting default distribution to trixie in all container-build script. (diff) | |
download | compute-tools-5ab27378b9b3996692cb43a66fd491fc2e008269.tar.xz compute-tools-5ab27378b9b3996692cb43a66fd491fc2e008269.zip |
Updating example preseed.cfg from bookworm to trixie.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r-- | share/doc/examples/trixie.cfg (renamed from share/doc/examples/bookworm.cfg) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/examples/bookworm.cfg b/share/doc/examples/trixie.cfg index a618928..7e7778c 100644 --- a/share/doc/examples/bookworm.cfg +++ b/share/doc/examples/trixie.cfg @@ -1,4 +1,4 @@ -# example for automated Debian 12 (bookworm) based container building +# example for automated Debian 13 (trixie) based container building # using: sudo container build -s debian debconf debconf/priority select critical @@ -9,12 +9,12 @@ compute-tools container/mode select debian #compute-tools container/preseed-files string #compute-tools container/include-preseed-files string -compute-tools container/distribution select bookworm +compute-tools container/distribution select trixie #compute-tools container/parent-distribution select compute-tools container/architecture select auto -compute-tools container/archives multiselect bookworm-security, bookworm-updates +compute-tools container/archives multiselect trixie-security, trixie-updates #compute-tools container/parent-archives multiselect compute-tools container/mirror string https://deb.debian.org/debian |