mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-17 04:31:56 +02:00
Add efibootmgr recipe from layer meta-linaro and upgrade from 0.5.4 to 0.6.0. efibootmgr is a linux user-space application to modify the EFI Boot Manager which is useful for us to manage boot on EFI boards. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
29 lines
861 B
Diff
29 lines
861 B
Diff
Upstream-Status: Pending
|
|
|
|
Import this patch from meta-linaro.
|
|
|
|
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
|
|
|
diff --git a/src/man/man8/efibootmgr.8.docbook b/src/man/man8/efibootmgr.8.docbook
|
|
index aef4444..eb8f266 100644
|
|
--- a/src/man/man8/efibootmgr.8.docbook
|
|
+++ b/src/man/man8/efibootmgr.8.docbook
|
|
@@ -302,7 +302,7 @@
|
|
<title>Displaying the current settings (must be root).</title>
|
|
|
|
<para>
|
|
- <computeroutput>
|
|
+ <programlisting>
|
|
[root@localhost ~]# efibootmgr
|
|
BootCurrent: 0004
|
|
BootNext: 0003
|
|
@@ -313,7 +313,7 @@
|
|
Boot0002* Hard Drive(Device:80)/HD(Part1,Sig00112233)
|
|
Boot0003* PXE Boot: MAC(00D0B7C15D91)
|
|
Boot0004* Linux
|
|
- </computeroutput>
|
|
+ </programlisting>
|
|
</para>
|
|
<para>This shows:</para>
|
|
<itemizedlist>
|