Documentation
¶
Overview ¶
Package extensions provides facilities for building initramfs.xz with extensions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// The initramfs will be rebuilt in-place.
InitramfsPath string
// Architecture of the initramfs.
Arch string
// ExtensionTreePath is a path to the extracted extension tree.
ExtensionTreePath string
// Printf is used for logging.
Printf func(format string, v ...any)
// Quirks for the Talos version being used.
Quirks quirks.Quirks
}
Builder rebuilds initramfs.xz with extensions.
Click to show internal directories.
Click to hide internal directories.