From 5ab27378b9b3996692cb43a66fd491fc2e008269 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Date: Sun, 26 Jan 2025 19:55:37 +0100
Subject: Updating example preseed.cfg from bookworm to trixie.

Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
---
 share/doc/examples/bookworm.cfg | 44 -----------------------------------------
 share/doc/examples/trixie.cfg   | 44 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 44 deletions(-)
 delete mode 100644 share/doc/examples/bookworm.cfg
 create mode 100644 share/doc/examples/trixie.cfg

(limited to 'share/doc')

diff --git a/share/doc/examples/bookworm.cfg b/share/doc/examples/bookworm.cfg
deleted file mode 100644
index a618928..0000000
--- a/share/doc/examples/bookworm.cfg
+++ /dev/null
@@ -1,44 +0,0 @@
-# example for automated Debian 12 (bookworm) based container building
-# using: sudo container build -s debian
-
-debconf debconf/priority select critical
-debconf debconf/frontend select Noninteractive
-
-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/parent-distribution select 
-
-compute-tools container/architecture select auto
-
-compute-tools container/archives multiselect bookworm-security, bookworm-updates
-#compute-tools container/parent-archives multiselect 
-
-compute-tools container/mirror string https://deb.debian.org/debian
-compute-tools container/mirror-security string https://security.debian.org
-
-#compute-tools container/parent-mirror string 
-#compute-tools container/parent-mirror-security string 
-
-compute-tools container/archive-areas multiselect main
-#compute-tools container/parent-archive-areas multiselect 
-
-compute-tools container/packages string openssh-server
-
-compute-tools container/root-password string debian
-#compute-tools container/root-password-crypted string 
-
-compute-tools container/network1/bridge string bridge0
-#compute-tools container/network-mac string 
-
-#compute-tools container/archive1/repository string deb https://example.org/debian stable main
-#compute-tools container/archive1/list string example
-#compute-tools container/archive1/comment string This is the sources.list entry for the example repository
-#compute-tools container/archive1/source boolean false
-#compute-tools container/archive1/key string https://example.org/debian/key.txt
-#compute-tools container/archive1/preferences-package string *
-#compute-tools container/archive1/preferences-pin string release o=example, n=stable
-#compute-tools container/archive1/preferences-pin-priority string 999
diff --git a/share/doc/examples/trixie.cfg b/share/doc/examples/trixie.cfg
new file mode 100644
index 0000000..7e7778c
--- /dev/null
+++ b/share/doc/examples/trixie.cfg
@@ -0,0 +1,44 @@
+# example for automated Debian 13 (trixie) based container building
+# using: sudo container build -s debian
+
+debconf debconf/priority select critical
+debconf debconf/frontend select Noninteractive
+
+compute-tools container/mode select debian
+
+#compute-tools container/preseed-files string 
+#compute-tools container/include-preseed-files string 
+
+compute-tools container/distribution select trixie
+#compute-tools container/parent-distribution select 
+
+compute-tools container/architecture select auto
+
+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
+compute-tools container/mirror-security string https://security.debian.org
+
+#compute-tools container/parent-mirror string 
+#compute-tools container/parent-mirror-security string 
+
+compute-tools container/archive-areas multiselect main
+#compute-tools container/parent-archive-areas multiselect 
+
+compute-tools container/packages string openssh-server
+
+compute-tools container/root-password string debian
+#compute-tools container/root-password-crypted string 
+
+compute-tools container/network1/bridge string bridge0
+#compute-tools container/network-mac string 
+
+#compute-tools container/archive1/repository string deb https://example.org/debian stable main
+#compute-tools container/archive1/list string example
+#compute-tools container/archive1/comment string This is the sources.list entry for the example repository
+#compute-tools container/archive1/source boolean false
+#compute-tools container/archive1/key string https://example.org/debian/key.txt
+#compute-tools container/archive1/preferences-package string *
+#compute-tools container/archive1/preferences-pin string release o=example, n=stable
+#compute-tools container/archive1/preferences-pin-priority string 999
-- 
cgit v1.2.3