Expand description
Boot loading re-exports
This mainly provides the function load_boot_option
, which will redirect Config
s to the respective boot loaders
depending on the action set. It is essentially a wrapper around running the run()
method on the Config
’s action field.
Modules§
- efi
- The boot loader for EFI executables
- tftp
- The boot loader for network executables (really EFI loaded over network)
Enums§
- Load
Error - An
Error
that may result from loading an image.
Functions§
- load_
boot_ option - Loads a boot option given a
Config
.