From 291bddf8e57337b80a87c2897454f41eb69a9ed3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zolt=C3=A1n=20Felleg?= Date: Thu, 24 Apr 2025 13:27:15 +0200 Subject: [PATCH] Updated all containers (removed lxc.arch from config). --- sources/base.f41/config | 3 +-- sources/base.f42/config | 1 - sources/db2.in/config | 1 - sources/efg.pm/config | 1 - sources/ens.pm/config | 1 - sources/fdc.in/config | 1 - sources/fds.in/config | 1 - sources/git.pm/config | 1 - sources/gitea.in/config | 1 - sources/ifg.in/config | 1 - sources/kea.in/config | 1 - sources/kms.in/config | 1 - sources/log.in/config | 1 - sources/mx.in/config | 1 - sources/mx.pm/config | 1 - sources/ns1.in/config | 1 - sources/ns2.in/config | 1 - sources/pki.in/config | 1 - sources/pns.pm/config | 1 - sources/slycpx.in/config | 1 - sources/slycrm.in/config | 1 - sources/sns.in/config | 1 - sources/vpn.in/config | 1 - sources/wiki.in/config | 1 - sources/ws.pm/config | 1 - sources/xfr.pm/config | 1 - 26 files changed, 1 insertion(+), 27 deletions(-) diff --git a/sources/base.f41/config b/sources/base.f41/config index f6a77bc..103c0df 100644 --- a/sources/base.f41/config +++ b/sources/base.f41/config @@ -1,7 +1,6 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 -lxc.uts.name = base.f39 +lxc.uts.name = base.f41 lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/base.f42/config b/sources/base.f42/config index 20fee06..b1fb12a 100644 --- a/sources/base.f42/config +++ b/sources/base.f42/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = base.f42 lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/db2.in/config b/sources/db2.in/config index 0600d02..4a64f5c 100644 --- a/sources/db2.in/config +++ b/sources/db2.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = db2.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/efg.pm/config b/sources/efg.pm/config index 4b08857..370a45e 100644 --- a/sources/efg.pm/config +++ b/sources/efg.pm/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = efg.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/ens.pm/config b/sources/ens.pm/config index 137f0f8..3264c58 100644 --- a/sources/ens.pm/config +++ b/sources/ens.pm/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = ens.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/fdc.in/config b/sources/fdc.in/config index a89058c..e0fd5a8 100644 --- a/sources/fdc.in/config +++ b/sources/fdc.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = fdc.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/fds.in/config b/sources/fds.in/config index e820b1e..d3e4abd 100644 --- a/sources/fds.in/config +++ b/sources/fds.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = fds.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/git.pm/config b/sources/git.pm/config index b0ba13a..46f8eb5 100644 --- a/sources/git.pm/config +++ b/sources/git.pm/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = git.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/gitea.in/config b/sources/gitea.in/config index 987dbed..9a2e494 100644 --- a/sources/gitea.in/config +++ b/sources/gitea.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = gitea.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/ifg.in/config b/sources/ifg.in/config index 9450416..e196f56 100644 --- a/sources/ifg.in/config +++ b/sources/ifg.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = ifg.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/kea.in/config b/sources/kea.in/config index 4a3f74a..65ae8ae 100644 --- a/sources/kea.in/config +++ b/sources/kea.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = kea.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/kms.in/config b/sources/kms.in/config index 395f32f..966e2ad 100644 --- a/sources/kms.in/config +++ b/sources/kms.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = kms.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/log.in/config b/sources/log.in/config index df10b28..92ba115 100644 --- a/sources/log.in/config +++ b/sources/log.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = log.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/mx.in/config b/sources/mx.in/config index 8b20e9a..24a0733 100644 --- a/sources/mx.in/config +++ b/sources/mx.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = mx.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/mx.pm/config b/sources/mx.pm/config index a4eac82..ed0d1c7 100644 --- a/sources/mx.pm/config +++ b/sources/mx.pm/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = mx.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/ns1.in/config b/sources/ns1.in/config index 739145d..1cd8296 100644 --- a/sources/ns1.in/config +++ b/sources/ns1.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = ns1.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/ns2.in/config b/sources/ns2.in/config index 686a487..ace1171 100644 --- a/sources/ns2.in/config +++ b/sources/ns2.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = ns2.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/pki.in/config b/sources/pki.in/config index ab76507..edfc42b 100644 --- a/sources/pki.in/config +++ b/sources/pki.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = pki.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/pns.pm/config b/sources/pns.pm/config index 2ab9e33..17f5939 100644 --- a/sources/pns.pm/config +++ b/sources/pns.pm/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = pns.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/slycpx.in/config b/sources/slycpx.in/config index c96f99c..d9d0ddd 100644 --- a/sources/slycpx.in/config +++ b/sources/slycpx.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = slycpx.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/slycrm.in/config b/sources/slycrm.in/config index 2d48090..b472e81 100644 --- a/sources/slycrm.in/config +++ b/sources/slycrm.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = slycrm.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/sns.in/config b/sources/sns.in/config index 782e700..064cf17 100644 --- a/sources/sns.in/config +++ b/sources/sns.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = sns.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/vpn.in/config b/sources/vpn.in/config index c394f81..062958a 100644 --- a/sources/vpn.in/config +++ b/sources/vpn.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = vpn.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/wiki.in/config b/sources/wiki.in/config index 5c04573..95801ab 100644 --- a/sources/wiki.in/config +++ b/sources/wiki.in/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = wiki.in.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/ws.pm/config b/sources/ws.pm/config index 51b06b2..c7079d5 100644 --- a/sources/ws.pm/config +++ b/sources/ws.pm/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = ws.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys diff --git a/sources/xfr.pm/config b/sources/xfr.pm/config index bed5452..5cb01cf 100644 --- a/sources/xfr.pm/config +++ b/sources/xfr.pm/config @@ -1,6 +1,5 @@ lxc.include = /usr/share/lxc/config/common.conf -lxc.arch = x86_64 lxc.uts.name = xfr.pm.useribm.hu lxc.rootfs.path = __CONTAINER_PATH__/rootfs lxc.mount.auto = proc sys -- 2.54.0