Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsLiveMedia ¶
IsLiveMedia returns true if the current host is a live media
func IsRecovery ¶
IsRecovery returns true if the current host is booted from an elemental recovery system
Types ¶
type Installer ¶
type Installer struct {
// contains filtered or unexported fields
}
func (Installer) Install ¶
func (i Installer) Install(d *deployment.Deployment) (err error)
func (Installer) Reset ¶
func (i Installer) Reset(d *deployment.Deployment) (err error)
type Option ¶
type Option func(*Installer)
func WithBootloader ¶
func WithBootloader(b bootloader.Bootloader) Option
func WithUnpackOpts ¶
func WithUpgrader ¶
Click to show internal directories.
Click to hide internal directories.