From: Jo Zzsi Date: Sat, 13 Sep 2025 15:45:38 +0000 (-0400) Subject: ci(openSUSE): revert cce3ba8 X-Git-Tag: 109~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=435f9a00a2f62dc61736953327c5cbb6f7cfc09e;p=thirdparty%2Fdracut-ng.git ci(openSUSE): revert cce3ba8 Fedora provides CI coverage for strict hostonly. --- diff --git a/test/container/Dockerfile-fedora b/test/container/Dockerfile-fedora index 2bbcd13de..4c40043a0 100644 --- a/test/container/Dockerfile-fedora +++ b/test/container/Dockerfile-fedora @@ -1,6 +1,6 @@ # Test coverage provided by this container: # - arm64 -# - default hostonly +# - strict hostonly # - xfs # - memstrack # - ndctl (for nvdimm) diff --git a/test/container/Dockerfile-opensuse b/test/container/Dockerfile-opensuse index 91988fd53..a49a7c3a6 100644 --- a/test/container/Dockerfile-opensuse +++ b/test/container/Dockerfile-opensuse @@ -1,6 +1,6 @@ # Test coverage provided by this container: # - arm64 -# - strict hostonly +# - hostonly # - network-legacy # - mkosi-initrd # - hmaccalc (fido) @@ -60,8 +60,6 @@ RUN zypper --non-interactive install --no-recommends \ && zypper --non-interactive dist-upgrade --no-recommends # workaround for openSUSE on arm64 -# force strict hostonly mode to increase test coverage RUN \ - echo 'hostonly_mode="strict"' > /usr/lib/dracut/dracut.conf.d/02-dist.conf ;\ KVERSION="$(cd /lib/modules && ls -1 | tail -1)" \ && if [ "$(arch)"="aarch64" ] && [ -e /usr/lib/modules/"$KVERSION"/Image ]; then ln -sf /usr/lib/modules/"$KVERSION"/Image /usr/lib/modules/"$KVERSION"/vmlinuz; fi