]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci(openSUSE): revert cce3ba8
authorJo Zzsi <jozzsicsataban@gmail.com>
Sat, 13 Sep 2025 15:45:38 +0000 (11:45 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sat, 13 Sep 2025 19:18:44 +0000 (15:18 -0400)
Fedora provides CI coverage for strict hostonly.

test/container/Dockerfile-fedora
test/container/Dockerfile-opensuse

index 2bbcd13de07533d8a9230f6538458d16ff287163..4c40043a0aa9f1fd5fe55e2af06d67ec4b93dc94 100644 (file)
@@ -1,6 +1,6 @@
 # Test coverage provided by this container:
 # - arm64
-# - default hostonly
+# - strict hostonly
 # - xfs
 # - memstrack
 # - ndctl (for nvdimm)
index 91988fd53468a835cb996cfbeb78c01232657e83..a49a7c3a6d2bd3bb72c3c58fad29b4c8a3952916 100644 (file)
@@ -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