Versions in this module Expand all Collapse all v1 v1.0.0 Aug 15, 2018 Changes in this version + type Config struct + ConfigPath string + DefaultEntry int + Entries []Entry + MountPath string + func FindConfigs(mountPath string) []*Config + func ParseConfig(mountPath, configPath string, lines []string) *Config + type Device struct + Configs []*Config + DevPath string + Fstype string + MountPath string + func FindDevice(devPath string) (*Device, error) + func FindDevices(devicesGlob string) (devices []*Device) + type Entry struct + Modules []Module + Name string + Type EntryType + func (e *Entry) KexecLoad(mountPath, appendCmdline string, dryrun bool) error + type EntryType int + const Elf + const Multiboot + func (i EntryType) String() string + type Module struct + Params string + Path string + func NewModule(path string, args []string) Module + func (m Module) String() string Incompatible versions in this module v4.0.0+incompatible Jan 27, 2019 v3.0.0+incompatible Nov 21, 2018 v2.0.0+incompatible Oct 1, 2018