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:
Ettore Di Giacinto
2022-10-07 13:36:32 +02:00
committed by Itxaka
parent a8875f6b4f
commit 78bcb65cb6
2 changed files with 29 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ var All = []Interface{
&RunStage{}, // Shells out to stages defined from the container image
&GrubOptions{}, // Set custom GRUB options
&BundleOption{},
&Kcrypt{},
&Lifecycle{}, // Handles poweroff/reboot by config options
}