kernelversion

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2023 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GreaterEqualThan

func GreaterEqualThan(minVersion KernelVersion) (bool, error)

GreaterEqualThan checks if the host's kernel version is greater than, or equal to the given kernel version v. Only "kernel version" and "major revision" can be specified (e.g., "3.12") and will be taken into account, which means that 3.12.25-gentoo and 3.12-1-amd64 are considered equal (kernel: 3, major: 12).

Types

type KernelVersion

type KernelVersion struct {
	Kernel uint64 // Version of the Kernel (i.e., the "4" in "4.1.2-generic")
	Major  uint64 // Major revision of the Kernel (i.e., the "1" in "4.1.2-generic")
}

KernelVersion holds information about the kernel.

func (*KernelVersion) String

func (k *KernelVersion) String() string

String implements fmt.Stringer for KernelVersion

Jump to

Keyboard shortcuts

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