mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 04:36:58 +00:00
grub/boot-menu: Rename _bakup suffix to _backup
Signed-off-by: Jia Zhang <zhang.jia@linux.alibaba.com>
This commit is contained in:
@@ -5,11 +5,11 @@
|
||||
menuentry "Sample EFI boot" --unrestricted {
|
||||
savedefault
|
||||
set fallback=1
|
||||
linux /bzImage root=/dev/sda2 ro rootwait
|
||||
linux /bzImage root=/dev/hda2 ro rootwait
|
||||
initrd /initrd
|
||||
}
|
||||
|
||||
menuentry "Sample EFI boot (Recovery)" --unrestricted {
|
||||
linux /bzImage_bakup root=/dev/sda2 ro rootwait
|
||||
initrd /initrd_bakup
|
||||
linux /bzImage_backup root=/dev/hda2 ro rootwait
|
||||
initrd /initrd_backup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user