Documentation ¶
Index ¶
- func GetCacheImageList(cloudconfig string, oldcfg *config.CloudConfig) []string
- func GetDefaultPartition(device string) string
- func GetStatePartition() string
- func MountDevice(baseName, device, partition string, raw bool) (string, string, error)
- func PvGrubConfig(menu BootVars) error
- func ReadGlobalCfg(globalCfg string) (string, error)
- func ReadSyslinuxCfg(currentCfg string) (string, string, error)
- func RunCacheScript(partition string, images []string) error
- func RunGrub(baseName, device string) error
- type BootVars
- type ImageConfig
- type MenuEntry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCacheImageList ¶
func GetCacheImageList(cloudconfig string, oldcfg *config.CloudConfig) []string
func GetDefaultPartition ¶
func GetStatePartition ¶
func GetStatePartition() string
func MountDevice ¶
func PvGrubConfig ¶
func ReadGlobalCfg ¶
func RunCacheScript ¶
Types ¶
type ImageConfig ¶
type ImageConfig struct {
Image string `yaml:"image,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.