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 e0055c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/container/Dockerfile-Gentoo
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ 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-boot/systemd-utils" >> /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
emerge -qv sys-boot/systemd-utils

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

0 comments on commit e0055c0

Please sign in to comment.