mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-07-13 07:54:06 +00:00
seedling: Drop unrequired copy (#683)
Signed-off-by: mudler <mudler@c3os.io> Signed-off-by: mudler <mudler@c3os.io>
This commit is contained in:
parent
1a9104c121
commit
da44dbb47f
@ -23,16 +23,15 @@ import (
|
||||
const DefaultWebUIListenAddress = ":8080"
|
||||
|
||||
type Install struct {
|
||||
Auto bool `yaml:"auto,omitempty"`
|
||||
Reboot bool `yaml:"reboot,omitempty"`
|
||||
Device string `yaml:"device,omitempty"`
|
||||
Poweroff bool `yaml:"poweroff,omitempty"`
|
||||
GrubOptions map[string]string `yaml:"grub_options,omitempty"`
|
||||
Bundles Bundles `yaml:"bundles,omitempty"`
|
||||
Encrypt []string `yaml:"encrypted_partitions,omitempty"`
|
||||
SkipEncryptCopyPlugins bool `yaml:"skip_copy_kcrypt_plugin,omitempty"`
|
||||
Env []string `yaml:"env,omitempty"`
|
||||
Image string `yaml:"image,omitempty"`
|
||||
Auto bool `yaml:"auto,omitempty"`
|
||||
Reboot bool `yaml:"reboot,omitempty"`
|
||||
Device string `yaml:"device,omitempty"`
|
||||
Poweroff bool `yaml:"poweroff,omitempty"`
|
||||
GrubOptions map[string]string `yaml:"grub_options,omitempty"`
|
||||
Bundles Bundles `yaml:"bundles,omitempty"`
|
||||
Encrypt []string `yaml:"encrypted_partitions,omitempty"`
|
||||
Env []string `yaml:"env,omitempty"`
|
||||
Image string `yaml:"image,omitempty"`
|
||||
}
|
||||
|
||||
type Config struct {
|
||||
|
Loading…
Reference in New Issue
Block a user