Skip to content

Commit

Permalink
ci: migrate from systemd-boot to systemd-utils in Gentoo container
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik66 committed Jul 31, 2023
1 parent 403f4e8 commit 6bcd134
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/container/Dockerfile-Gentoo
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ FROM docker.io/gentoo/stage3 as efistub
COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo

# systemd-boot
RUN mkdir -p /etc/portage/package.accept_keywords && \
echo "sys-boot/systemd-boot" >> /etc/portage/package.accept_keywords/systemd-boot && \
echo '>=sys-apps/systemd-utils-251.10 boot' > /etc/portage/package.use/systemd-boot && \
emerge -qv sys-boot/systemd-boot
RUN echo 'sys-apps/systemd-utils boot' > /etc/portage/package.use/systemd-utils && \
emerge -qv sys-apps/systemd-utils

# kernel and its dependencies in a separate builder
FROM docker.io/gentoo/stage3:$TAG as kernel
Expand Down

0 comments on commit 6bcd134

Please sign in to comment.