Documentation
¶
Overview ¶
Package embedded provides embedded files for the installer.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ScriptDDCleanup []byte
ScriptDDCleanup is the embedded dd-cleanup script.
View Source
var ScriptDDContainerInstall []byte
ScriptDDContainerInstall is the embedded dd-container-install script.
View Source
var ScriptDDHostInstall []byte
ScriptDDHostInstall is the embedded dd-host-install script.
Functions ¶
func GetSystemdUnit ¶ added in v0.68.0
func GetSystemdUnit(name string, unitType SystemdUnitType) ([]byte, error)
GetSystemdUnit returns the systemd unit for the given name.
Types ¶
type SystemdUnitType ¶ added in v0.68.0
type SystemdUnitType string
SystemdUnitType is the type of systemd unit.
const ( // SystemdUnitTypeOCI is the type of systemd unit for OCI. SystemdUnitTypeOCI SystemdUnitType = "oci" // SystemdUnitTypeDebRpm is the type of systemd unit for deb/rpm. SystemdUnitTypeDebRpm SystemdUnitType = "debrpm" )
Click to show internal directories.
Click to hide internal directories.