Skip to content

Commit aa923bb

Browse files
committed
Containerfile: remove bootupd EFI copy step
1 parent bd1cc4a commit aa923bb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Containerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ COPY system-files/wm /
1111

1212
ARG IMAGE=${IMAGE}
1313

14-
RUN mkdir -p /usr/lib/bootupd/updates \
15-
&& cp -r /usr/lib/efi/*/*/* /usr/lib/bootupd/updates
16-
1714
# NVIDIA flavor only: overlay nvidia system-files (COPY can't be conditional)
1815
RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
1916
if [ "$IMAGE" = "zena-nvidia" ]; then cp -avf /ctx/system-files/nvidia/. / ; fi

0 commit comments

Comments
 (0)