1
0
mirror of https://github.com/rancher/os.git synced 2025-05-17 12:29:34 +00:00
os/cmd/control/install/install.go
Sven Dowideit 2a575837b2 Installing 0.7.1, and then rebooting, and doing a ros upgrade to a faked up latest works \o/
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
2017-01-15 23:40:18 +00:00

12 lines
223 B
Go

package install
type MenuEntry struct {
Name, BootDir, Version, KernelArgs, Append string
}
type BootVars struct {
BaseName, BootDir string
Timeout uint
Fallback int
Entries []MenuEntry
}