config

package
v0.0.0-...-b45f9ea Latest Latest
Warning

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

Go to latest
Published: May 8, 2024 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Profile

type Profile struct {
	Base             string
	InstallDir       string   `json:"install_dir"`
	BootModesStr     []string `json:"bootmodes"`
	BootModes        []*boot.Mode
	ISOName          string `json:"iso_name"`
	ISOLabel         string `json:"iso_label"`
	UseAlterSysLinux bool   `json:"use_alter_syslinux"`
}

func ReadProfile

func ReadProfile(dir string) (*Profile, error)

func (*Profile) GetPkgList

func (p *Profile) GetPkgList(arch string) ([]string, error)

func (*Profile) HasBootMode

func (p *Profile) HasBootMode(b *boot.Mode) bool

type Target

type Target struct {
	Arch string
	Out  string
}

func NewTarget

func NewTarget(arch string, out string) Target

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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