Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AfterInstall = []Interface{ &GrubOptions{}, &BundlePostInstall{}, &CustomMounts{}, &CopyLogs{}, &Lifecycle{}, }
View Source
var AfterReset = []Interface{ &CopyLogs{}, &Lifecycle{}, }
View Source
var AfterUkiInstall = []Interface{ &Lifecycle{}, }
AfterUkiInstall sets which Hooks to run after uki runs the install action
View Source
var AfterUpgrade = []Interface{ &Lifecycle{}, }
View Source
var EncryptionHooks = []Interface{ &Kcrypt{}, }
View Source
var FirstBoot = []Interface{ &BundleFirstBoot{}, &GrubPostInstallOptions{}, }
View Source
var UKIEncryptionHooks = []Interface{ &KcryptUKI{}, }
Functions ¶
Types ¶
type BundleFirstBoot ¶
type BundleFirstBoot struct{}
BundleFirstBoot installs bundles during the first boot of the machine
type BundlePostInstall ¶
type BundlePostInstall struct{}
BundlePostInstall install bundles just after installation
type CopyLogs ¶ added in v2.7.16
type CopyLogs struct{}
CopyLogs copies all current logs to the persistent partition useful during install to keep the livecd logs best effort, no error handling
type CustomMounts ¶
type CustomMounts struct{}
type GrubOptions ¶
type GrubOptions struct{}
type GrubPostInstallOptions ¶
type GrubPostInstallOptions struct{}
Click to show internal directories.
Click to hide internal directories.