File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,6 +73,9 @@ RUN mkdir -p /usr/share/efi/EFI/ubuntu && \
7373# ---------------------------------------------------------------------------
7474FROM rootfs-base AS rootfs-uki
7575
76+ # systemd-boot: provides bootctl (boot entry management, needed by cbootc at runtime).
77+ # systemd-boot-efi: provides the systemd-bootx64.efi binary copied to the ESP by cbootc install.
78+ # Ubuntu splits these into two packages; on Fedora both are in systemd-boot-unsigned.
7679RUN apt-get update && apt-get install -y --no-install-recommends \
7780 systemd-boot \
7881 systemd-boot-efi \
@@ -84,6 +87,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
8487# ---------------------------------------------------------------------------
8588FROM rootfs-base AS rootfs-uki-sb
8689
90+ # Same rationale as rootfs-uki above.
8791RUN apt-get update && apt-get install -y --no-install-recommends \
8892 systemd-boot \
8993 systemd-boot-efi \
You can’t perform that action at this time.
0 commit comments