Skip to content

Commit

Permalink
ci: make sure downstream dracut package is installed in ci containers
Browse files Browse the repository at this point in the history
The CI test suite now able to handle and pick up dowstream
dracut configuration.

All other CI containers have dracut installed - except Arch and Gentoo.
  • Loading branch information
jozzsi authored and LaszloGombos committed Nov 6, 2024
1 parent ec2fd3d commit 185e894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/container/Dockerfile-arch
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN pacman --noconfirm -Syu \
dhclient \
dhcp \
dmraid \
dracut \
elfutils \
erofs-utils \
gcc \
Expand Down
1 change: 1 addition & 0 deletions test/container/Dockerfile-gentoo
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ RUN emerge --quiet --deep --autounmask-continue=y --with-bdeps=n --noreplace \
sys-fs/mdadm \
sys-fs/multipath-tools \
sys-fs/squashfs-tools \
sys-kernel/dracut \
sys-kernel/gentoo-kernel-bin \
sys-libs/glibc \
sys-libs/libxcrypt \
Expand Down

0 comments on commit 185e894

Please sign in to comment.