Documentation ¶
Index ¶
Constants ¶
View Source
const (
// PivotName is literally the name of the new pivot
PivotName = "ostree-container-pivot"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TuneArgument ¶
type TuneArgument struct { Key string `json:"key"` // The name of the argument (or argument itself if Bare) Value string `json:"value"` // The value of the argument Bare bool `json:"bare"` // If the kernel argument is a bare argument (no value expected) }
TuneArgument represents a single tuning argument
Click to show internal directories.
Click to hide internal directories.