osbuild2: expose config.default option
This option was added in osbuild 52 and controls the default boot entry setting via `/etc/default/grub`.
This commit is contained in:
parent
8ab8013535
commit
fa8f01543d
1 changed files with 1 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ type GRUB2UEFI struct {
|
|||
}
|
||||
|
||||
type GRUB2Config struct {
|
||||
Default string `json:"default,omitempty"`
|
||||
TerminalInput []string `json:"terminal_input,omitempty"`
|
||||
TerminalOutput []string `json:"terminal_output,omitempty"`
|
||||
Timeout int `json:"timeout,omitempty"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue