kernel

package
v1.10.0-alpha.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2025 License: MPL-2.0 Imports: 5 Imported by: 4

Documentation

Index

Constants

View Source
const (
	// Sysfs defines prefix for sysfs kernel params.
	Sysfs = "sys"
	// Sysctl defines prefix for sysctl kernel params.
	Sysctl = "proc.sys"
)

Variables

This section is empty.

Functions

func DefaultArgs

func DefaultArgs(quirks quirks.Quirks) []string

DefaultArgs returns the Talos default kernel commandline options.

func SecureBootArgs added in v1.5.0

func SecureBootArgs(quirks.Quirks) []string

SecureBootArgs returns the kernel commandline options required for secure boot.

Types

type Param

type Param struct {
	Key   string
	Value string
}

Param represents a kernel system property.

func (*Param) Path

func (prop *Param) Path() string

Path returns the path to the systctl file under /proc/sys or /sys.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL