File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN echo "ignorepkg=linux" > /etc/xbps.d/10-nolinux.conf \
2020# Install components necessary to build the image
2121RUN xbps-query -Rp run_depends zfsbootmenu | xargs xbps-install -y
2222RUN xbps-install -y linux5.10 linux5.10-headers \
23- zfs gummiboot-efistub curl yq-go bash kbd terminus-font dracut mkinitcpio
23+ zfs gummiboot-efistub curl yq-go bash kbd terminus-font dracut mkinitcpio cryptsetup
2424
2525# Remove headers and massive dkms development toolchain; binutils
2626# provides objcopy, which is necessary for UEFI bundle creation
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ buildah run "${container}" \
4949buildah run " ${container} " xbps-install -y \
5050 linux5.10 linux5.10-headers gummiboot-efistub curl yq-go bash kbd terminus-font \
5151 dracut mkinitcpio dracut-network gptfdisk iproute2 iputils parted curl \
52- dosfstools e2fsprogs efibootmgr
52+ dosfstools e2fsprogs efibootmgr cryptsetup
5353
5454# Remove headers and development toolchain, but keep binutils for objcopy
5555buildah run " ${container} " sh -c ' echo "ignorepkg=dkms" > /etc/xbps.d/10-nodkms.conf'
You can’t perform that action at this time.
0 commit comments