mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-09-19 17:25:01 +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
a2d801efe5
commit
5d8fd9e044
@@ -24,6 +24,7 @@ type Install struct {
|
|||||||
Poweroff bool `yaml:"poweroff,omitempty"`
|
Poweroff bool `yaml:"poweroff,omitempty"`
|
||||||
GrubOptions map[string]string `yaml:"grub_options,omitempty"`
|
GrubOptions map[string]string `yaml:"grub_options,omitempty"`
|
||||||
Bundles Bundles `yaml:"bundles,omitempty"`
|
Bundles Bundles `yaml:"bundles,omitempty"`
|
||||||
|
Encrypt []string `yaml:"encrypted_partitions,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
Reference in New Issue
Block a user