diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-26 19:14:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-26 19:14:37 +0000 |
commit | e25a6fe06e4d10681b7eb6032d180d331d53d948 (patch) | |
tree | 281a9905613db364b52c324589770f9ed82a1bc4 /share/doc/examples | |
parent | Adding upstream version 20240829. (diff) | |
download | open-infrastructure-compute-tools-e25a6fe06e4d10681b7eb6032d180d331d53d948.tar.xz open-infrastructure-compute-tools-e25a6fe06e4d10681b7eb6032d180d331d53d948.zip |
Adding upstream version 20250126.upstream/20250126upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/doc/examples')
-rw-r--r-- | share/doc/examples/horok-backports.cfg (renamed from share/doc/examples/graograman-backports.cfg) | 6 | ||||
-rw-r--r-- | share/doc/examples/trixie.cfg (renamed from share/doc/examples/bookworm.cfg) | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/doc/examples/graograman-backports.cfg b/share/doc/examples/horok-backports.cfg index d1d2640..fde4b60 100644 --- a/share/doc/examples/graograman-backports.cfg +++ b/share/doc/examples/horok-backports.cfg @@ -1,4 +1,4 @@ -# example for automated Progress Linux 7.99 (graograman-backports) container building +# example for automated Progress Linux 8.99 (horok-backports) container building # using: sudo container build -s progress-linux debconf debconf/priority select critical @@ -9,12 +9,12 @@ compute-tools container/mode select progress-linux #compute-tools container/preseed-files string #compute-tools container/include-preseed-files string -compute-tools container/distribution select graograman-backports +compute-tools container/distribution select horok-backports #compute-tools container/parent-distribution select compute-tools container/architecture select auto -compute-tools container/archives multiselect graograman-security, graograman-updates, graograman-extras, graograman-backports, graograman-backports-extras +compute-tools container/archives multiselect horok-security, horok-updates, horok-extras, horok-backports, horok-backports-extras #compute-tools container/parent-archives multiselect compute-tools container/mirror string https://deb.progress-linux.org/packages 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 |