mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-10-22 03:49:31 +00:00
sparkles: Add kcrypt to images (#195)
* ✨ Add kcrypt to images This adds the dracut module and the binary to the images. Related to https://github.com/kairos-io/kairos/issues/184 * ✨ Add Kcrypt post-install hook Fixes https://github.com/kairos-io/kairos/issues/184
This commit is contained in:
committed by
Itxaka
parent
4cc1e7a0f2
commit
e2128af85f
@@ -172,8 +172,9 @@ framework:
|
|||||||
ARG TOOLKIT_IMG="$FLAVOR"
|
ARG TOOLKIT_IMG="$FLAVOR"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
# Framework files
|
||||||
RUN luet install -y --system-target /framework \
|
RUN luet install -y --system-target /framework \
|
||||||
system/elemental-toolkit-$TOOLKIT_IMG
|
system/elemental-toolkit-$TOOLKIT_IMG dracut/kcrypt system/kcrypt
|
||||||
|
|
||||||
IF [ "$WITH_KERNEL" = "true" ] || [ "$FLAVOR" = "alpine" ] || [ "$FLAVOR" = "alpine-arm-rpi" ]
|
IF [ "$WITH_KERNEL" = "true" ] || [ "$FLAVOR" = "alpine" ] || [ "$FLAVOR" = "alpine-arm-rpi" ]
|
||||||
RUN luet install -y --system-target /framework \
|
RUN luet install -y --system-target /framework \
|
||||||
|
Reference in New Issue
Block a user