diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2025-01-26 19:07:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2025-01-26 19:09:40 +0000 |
commit | 121f548114cba0e962eeb099bd2c8a00a12e6ee9 (patch) | |
tree | 703abae0d57937685b1d3109825898bbf510e75d /share | |
parent | Trimming logic for non-free-firmware archive-area handling now that majority ... (diff) | |
download | compute-tools-121f548114cba0e962eeb099bd2c8a00a12e6ee9.tar.xz compute-tools-121f548114cba0e962eeb099bd2c8a00a12e6ee9.zip |
Updating example preseed.cfg from graograman-backports to horok-backports.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share')
-rw-r--r-- | share/doc/examples/horok-backports.cfg (renamed from share/doc/examples/graograman-backports.cfg) | 6 |
1 files changed, 3 insertions, 3 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 |