mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-17 23:37:44 +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
a8875f6b4f
commit
78bcb65cb6
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user