mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-01-12 01:00:15 +00:00
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>
This commit is contained in:
@@ -8,8 +8,3 @@ menuentry "Sample EFI boot" --unrestricted {
|
||||
linux /bzImage root=/dev/hda2 ro rootwait
|
||||
initrd /initrd
|
||||
}
|
||||
|
||||
menuentry "Sample EFI boot (Recovery)" --unrestricted {
|
||||
linux /bzImage_backup root=/dev/hda2 ro rootwait
|
||||
initrd /initrd_backup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user