diff options
author | Dimitris Tsagkatakis <dtsagka@otenet.gr> | 2013-02-09 12:18:12 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-02-14 00:26:50 -0600 |
commit | e503e8846d35cee6a357b500c1985a90129e1fca (patch) | |
tree | 1a609cf4bd18748521495e05ee9e963e91584bec /system/efibootmgr/README | |
parent | 23b9d45ab371c9dfa3d1e3347951fae63d664b2d (diff) | |
download | slackbuilds-e503e8846d35cee6a357b500c1985a90129e1fca.tar.gz |
system/efibootmgr: Added (Tool to manipulate the EFI/UEFI Boot Manager)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system/efibootmgr/README')
-rw-r--r-- | system/efibootmgr/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/efibootmgr/README b/system/efibootmgr/README new file mode 100644 index 0000000000..91b0b1e4ab --- /dev/null +++ b/system/efibootmgr/README @@ -0,0 +1,14 @@ +efibootmgr is a Linux user-space application to modify the Intel Extensible +Firmware Interface (EFI) Boot Manager. This application can create and +destroy boot entries, change the boot order, change the next running boot +option, and more. + +Details on the EFI Boot Manager are available from the EFI Specification, +v1.02 or above, available from: + +http://developer.intel.com + +Note: In order to use this, you'll have to boot your system in EFI mode and +load the "efivars" kernel module: + +modprobe efivars |