Documentation ¶
Overview ¶
Package kexecbin offers a kexec API via a callout to kexec-tools.
u-root's kexec implementation currently covers less use-cases than the one from kexec-tools. The user has to embed a kexecbin program in the initramfs, and make it available in the PATH, then call the `KexecBin` function. Please note that adding an external kexec implementation will increase the ramfs size more than the pure-Go implementation from u-root.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DeviceTreePaths is the virtual fs path for accessing device-tree // through Linux DeviceTreePaths = []string{"/sys/firmware/fdt", "/proc/device-tree"} )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.