summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-04-11 13:52:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-04-11 13:53:02 +0000
commit9c47a33c9a0896eda85b22a1c0f16e96a27b6450 (patch)
treed91e6ec682020627be5653c4f3996f37b10da543 /share/doc
parentReleasing debian version 20210101-1. (diff)
downloadopen-infrastructure-compute-tools-9c47a33c9a0896eda85b22a1c0f16e96a27b6450.tar.xz
open-infrastructure-compute-tools-9c47a33c9a0896eda85b22a1c0f16e96a27b6450.zip
Merging upstream version 20210411.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/examples/bullseye.cfg (renamed from share/doc/examples/buster.cfg)8
-rwxr-xr-xshare/doc/examples/container-images.sh2
-rw-r--r--share/doc/examples/fuchur-backports.cfg (renamed from share/doc/examples/engywuck-backports.cfg)8
3 files changed, 9 insertions, 9 deletions
diff --git a/share/doc/examples/buster.cfg b/share/doc/examples/bullseye.cfg
index cfc8595..044504e 100644
--- a/share/doc/examples/buster.cfg
+++ b/share/doc/examples/bullseye.cfg
@@ -1,4 +1,4 @@
-# example for automated Debian 10 (buster) based container creation
+# example for automated Debian 11 (bullseye) based container creation
# using: sudo container create -s debian
debconf debconf/priority select critical
@@ -9,16 +9,16 @@ compute-tools container/mode select debian
#compute-tools container/preseed-files string
#compute-tools container/include-preseed-files string
-compute-tools container/distribution select buster
+compute-tools container/distribution select bullseye
#compute-tools container/parent-distribution select
compute-tools container/architecture select auto
-compute-tools container/archives multiselect buster-security, buster-updates
+compute-tools container/archives multiselect bullseye-security, bullseye-updates
#compute-tools container/parent-archives multiselect
compute-tools container/mirror string https://deb.debian.org/debian
-compute-tools container/mirror-security string http://security.debian.org
+compute-tools container/mirror-security string https://security.debian.org
#compute-tools container/parent-mirror string
#compute-tools container/parent-mirror-security string
diff --git a/share/doc/examples/container-images.sh b/share/doc/examples/container-images.sh
index 7bb40b4..ede68b5 100755
--- a/share/doc/examples/container-images.sh
+++ b/share/doc/examples/container-images.sh
@@ -15,7 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# Description: example for automated Debian base system container image creation
# Requires: debootstrap plzip xz-utils
diff --git a/share/doc/examples/engywuck-backports.cfg b/share/doc/examples/fuchur-backports.cfg
index 9ca0288..20cd127 100644
--- a/share/doc/examples/engywuck-backports.cfg
+++ b/share/doc/examples/fuchur-backports.cfg
@@ -1,4 +1,4 @@
-# example for automated Progress Linux 5+ (engywuck-backports) container creation
+# example for automated Progress Linux 6.99 (fuchur-backports) container creation
# using: sudo container create -s progress-linux
debconf debconf/priority select critical
@@ -9,19 +9,19 @@ 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 engywuck-backports
+compute-tools container/distribution select fuchur-backports
#compute-tools container/parent-distribution select
compute-tools container/architecture select auto
-compute-tools container/archives multiselect engywuck-security, engywuck-updates, engywuck-extras, engywuck-backports, engywuck-backports-extras
+compute-tools container/archives multiselect fuchur-security, fuchur-updates, fuchur-extras, fuchur-backports, fuchur-backports-extras
#compute-tools container/parent-archives multiselect
compute-tools container/mirror string https://deb.progress-linux.org/packages
compute-tools container/mirror-security string https://deb.progress-linux.org/packages
compute-tools container/parent-mirror string https://deb.debian.org/debian
-compute-tools container/parent-mirror-security string http://security.debian.org
+compute-tools container/parent-mirror-security string https://security.debian.org
compute-tools container/archive-areas multiselect main, contrib, non-free
compute-tools container/parent-archive-areas multiselect main, contrib, non-free