Versions in this module Expand all Collapse all v0 v0.17.0 May 18, 2026 v0.7.0 Aug 31, 2020 Changes in this version + type BootConfig struct + DeviceTree string + Initramfs string + Kernel string + KernelArgs string + Modules []string + Multiboot string + MultibootArgs string + Name string + func NewBootConfig(data []byte) (*BootConfig, error) + func (bc *BootConfig) Boot() error + func (bc *BootConfig) ChangeFilePaths(newPath string) + func (bc *BootConfig) FileNames() []string + func (bc *BootConfig) ID() string + func (bc *BootConfig) IsValid() bool + func (bc *BootConfig) SetFilePathsPrefix(prefix string)