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 a2d801efe5
commit 5d8fd9e044

View File

@@ -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 {