diff options
author | Zhao Yi <38274519+yizhao1@users.noreply.github.com> | 2019-11-01 18:21:09 +0800 |
---|---|---|
committer | Jia Zhang <qianyue.zj@alibaba-inc.com> | 2019-11-01 18:21:09 +0800 |
commit | 5698bb8529554eccdea898aadbe0b10e7385e661 (patch) | |
tree | 39f330755a8a295b1d7af9eb470897ed908ab82b | |
parent | e3678e964c523c6db769f3076ccedbb659b261e4 (diff) | |
download | meta-secure-core-5698bb8529554eccdea898aadbe0b10e7385e661.tar.gz |
grub-efi/boot-menu.inc: remove invalid menuentry (#122)
Currently the recovery menuentry is not available because we don't
provide bzImage_backup and initrd_backup. Remove this entry.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
-rw-r--r-- | meta-efi-secure-boot/recipes-bsp/grub/grub-efi/boot-menu.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi/boot-menu.inc b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi/boot-menu.inc index ac61f32..634cab0 100644 --- a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi/boot-menu.inc +++ b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi/boot-menu.inc | |||
@@ -8,8 +8,3 @@ menuentry "Sample EFI boot" --unrestricted { | |||
8 | linux /bzImage root=/dev/hda2 ro rootwait | 8 | linux /bzImage root=/dev/hda2 ro rootwait |
9 | initrd /initrd | 9 | initrd /initrd |
10 | } | 10 | } |
11 | |||
12 | menuentry "Sample EFI boot (Recovery)" --unrestricted { | ||
13 | linux /bzImage_backup root=/dev/hda2 ro rootwait | ||
14 | initrd /initrd_backup | ||
15 | } | ||