]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
ci: add systemd-boot-efi package to Ubuntu container for UEFI stub
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Wed, 1 May 2024 14:00:12 +0000 (10:00 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Thu, 2 May 2024 00:25:58 +0000 (20:25 -0400)
Without this package UEFI test would fail with the following error

dracut[F]: Can't find a uefi stub '/usr/lib/systemd/boot/efi/linuxx64.efi.stub' \
to create a UEFI executable

test/container/Dockerfile-Ubuntu

index fb48db7bef0b5a58d125dcf9fc565d98b226904e..a7b003c8ae55c0dcf8043df7a1c9e9c974d0eb8e 100644 (file)
@@ -53,7 +53,7 @@ RUN apt-get update -y -qq && apt-get upgrade -y -qq && \
     shellcheck \
     squashfs-tools \
     strace \
-    systemd \
+    systemd-boot-efi \
     tcpdump \
     tgt \
     thin-provisioning-tools \