control

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2019 License: Apache-2.0 Imports: 12 Imported by: 1

Documentation

Index

Constants

View Source
const (
	GPTMBRInstallType = "gptmbr"
	MBRInstallType    = "mbr"
	EFIInstallType    = "efi"

	InstallConfigScript = "/usr/lib/k3os/k3os-install-config"
	InstallBootScript   = "/usr/lib/k3os/k3os-install-%s"
	UserConfigTempFile  = "/tmp/user_config.yml"
	EmptyConfigTempFile = "/tmp/empty_config.yml"
)
View Source
const (
	OSUpgradeScript = "/usr/lib/k3os/k3os-upgrade"
)

Variables

This section is empty.

Functions

func Main

func Main()

Types

type Image

type Image struct {
	Version string `yaml:"version,omitempty"`
	Kernel  string `yaml:"kernel,omitempty"`
	Initrd  string `yaml:"initrd,omitempty"`
	Vmlinuz string `yaml:"vmlinuz,omitempty"`
}

type Images

type Images struct {
	Current   string  `yaml:"current,omitempty"`
	Available []Image `yaml:"available,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL