Skip to content

Commit 6c1c58f

Browse files
committed
manifest: Add MenuTimeout to InstallerCustomizations
Related: HMS-10627
1 parent 00d1bb0 commit 6c1c58f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pkg/manifest/installer.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,10 @@ type InstallerCustomizations struct {
134134
// Install weak dependencies in the installer environment
135135
InstallWeakDeps bool
136136

137+
// Grub2 default menu
137138
DefaultMenu int
139+
// Grub2 menu timeout (0 == default)
140+
MenuTimeout int
138141

139142
Product string
140143
Variant string

0 commit comments

Comments
 (0)