From: Antonio Alvarez Feijoo Date: Wed, 12 Jul 2023 15:25:36 +0000 (+0200) Subject: ci: install util-linux-systemd and systemd-boot into openSUSE container X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=273e481193daba3e7aa264f36d6721313c2ee84b;p=thirdparty%2Fdracut.git ci: install util-linux-systemd and systemd-boot into openSUSE container - `findmnt` is installed by `util-linux-systemd` - `/usr/lib/systemd/boot/efi/linuxx64.efi.stub` is installed by `systemd-boot` --- diff --git a/test/container/Dockerfile-OpenSuse-latest b/test/container/Dockerfile-OpenSuse-latest index ab31cfc37..3e7cefc22 100644 --- a/test/container/Dockerfile-OpenSuse-latest +++ b/test/container/Dockerfile-OpenSuse-latest @@ -9,5 +9,5 @@ RUN dnf -y install --setopt=install_weak_deps=False \ sudo 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 ntfsprogs \ - multipath-tools \ + multipath-tools util-linux-systemd systemd-boot \ && dnf -y remove dracut && dnf -y update && dnf clean all