]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
revert(ci): install multipath-tools into openSUSE container
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Tue, 22 Aug 2023 12:59:02 +0000 (14:59 +0200)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sun, 31 Mar 2024 12:10:23 +0000 (08:10 -0400)
The way multipath works in SUSE distros differs from upstream,
causing some tests to fail.

This reverts commit c08ae406bc7c7d815b0911d9429f400719afc2ae.

Fixes https://github.com/dracutdevs/dracut/commit/c08ae406

test/container/Dockerfile-OpenSuse-latest

index feee9e40b61fed2063b0cee5e89599d7c936c40a..eded824752384e4264e0b4376b1af9b7b8624f51 100644 (file)
@@ -9,5 +9,5 @@ RUN dnf -y install --setopt=install_weak_deps=False \
     kernel dhcp-client qemu-kvm /usr/bin/qemu-system-$(uname -m) e2fsprogs \
     tcpdump iproute iputils kbd NetworkManager btrfsprogs tgt dbus-broker \
     iscsiuio open-iscsi which ShellCheck shfmt procps pigz parted squashfs \
-    multipath-tools util-linux-systemd systemd-boot \
+    util-linux-systemd systemd-boot \
     && dnf -y remove dracut && dnf -y update && dnf clean all