mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-07-14 00:14:10 +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"
|
const DefaultWebUIListenAddress = ":8080"
|
||||||
|
|
||||||
type Install struct {
|
type Install struct {
|
||||||
Auto bool `yaml:"auto,omitempty"`
|
Auto bool `yaml:"auto,omitempty"`
|
||||||
Reboot bool `yaml:"reboot,omitempty"`
|
Reboot bool `yaml:"reboot,omitempty"`
|
||||||
Device string `yaml:"device,omitempty"`
|
Device string `yaml:"device,omitempty"`
|
||||||
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"`
|
Encrypt []string `yaml:"encrypted_partitions,omitempty"`
|
||||||
SkipEncryptCopyPlugins bool `yaml:"skip_copy_kcrypt_plugin,omitempty"`
|
Env []string `yaml:"env,omitempty"`
|
||||||
Env []string `yaml:"env,omitempty"`
|
Image string `yaml:"image,omitempty"`
|
||||||
Image string `yaml:"image,omitempty"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user