diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-26 19:14:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2025-01-26 19:14:41 +0000 |
commit | 1b2c7dcca40bf7ca1bb299162d0951fc0265fdea (patch) | |
tree | babe9428de7852f0105bf8784a1b4f3ae1ddc9d9 /share/doc | |
parent | Releasing debian version 20240829-1. (diff) | |
download | open-infrastructure-compute-tools-1b2c7dcca40bf7ca1bb299162d0951fc0265fdea.tar.xz open-infrastructure-compute-tools-1b2c7dcca40bf7ca1bb299162d0951fc0265fdea.zip |
Merging upstream version 20250126.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/doc')
-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 | ||||
-rw-r--r-- | share/doc/host-setup.txt | 2 |
3 files changed, 7 insertions, 7 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 diff --git a/share/doc/host-setup.txt b/share/doc/host-setup.txt index bf2963f..432aa20 100644 --- a/share/doc/host-setup.txt +++ b/share/doc/host-setup.txt @@ -56,7 +56,7 @@ EOF cat > /etc/systemd/network/bridge0.network << EOF [Match] -Name=bridge-0 +Name=bridge0 [Network] DHCP=yes |