mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +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 {
|
menuentry "Sample EFI boot" --unrestricted {
|
||||||
savedefault
|
savedefault
|
||||||
set fallback=1
|
set fallback=1
|
||||||
linux /bzImage root=/dev/sda2 ro rootwait
|
linux /bzImage root=/dev/hda2 ro rootwait
|
||||||
initrd /initrd
|
initrd /initrd
|
||||||
}
|
}
|
||||||
|
|
||||||
menuentry "Sample EFI boot (Recovery)" --unrestricted {
|
menuentry "Sample EFI boot (Recovery)" --unrestricted {
|
||||||
linux /bzImage_bakup root=/dev/sda2 ro rootwait
|
linux /bzImage_backup root=/dev/hda2 ro rootwait
|
||||||
initrd /initrd_bakup
|
initrd /initrd_backup
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user