Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TODO document any custom BIOS bootloader must match this setup as these are not configurable // and coupled with the xorriso call IsoLoaderPath = "/boot/x86_64/loader" )
Variables ¶
This section is empty.
Functions ¶
func XorrisoBooloaderArgs ¶
Types ¶
type GreenLiveBootLoader ¶
type GreenLiveBootLoader struct {
// contains filtered or unexported fields
}
func NewGreenLiveBootLoader ¶
func NewGreenLiveBootLoader(cfg *v1.BuildConfig, spec *v1.LiveISO) *GreenLiveBootLoader
func (*GreenLiveBootLoader) BuildEltoritoImg ¶
func (g *GreenLiveBootLoader) BuildEltoritoImg(rootDir string) (string, error)
func (*GreenLiveBootLoader) PrepareEFI ¶
func (g *GreenLiveBootLoader) PrepareEFI(rootDir, uefiDir string) error
func (*GreenLiveBootLoader) PrepareISO ¶
func (g *GreenLiveBootLoader) PrepareISO(rootDir, imageDir string) error
Click to show internal directories.
Click to hide internal directories.