mirror of
https://github.com/kairos-io/kairos-agent.git
synced 2025-08-29 21:25:23 +00:00
sparkles: Boot options (#91)
* ✨ Add grub_options to config Split post-install into hooks * 🤖 Adapt test to latest releases
This commit is contained in:
parent
8518a3752e
commit
bb73b8164c
@ -22,6 +22,7 @@ type Install struct {
|
|||||||
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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Config struct {
|
type Config struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user