mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
grub-efi: Allow to use file name different from grub.cfg in GRUBCFG
To generate a same image both in live image type and boot-directdisk image type and make boot-direct image boot directly on the rootfs partition without using an initramfs we need to have the ability to generate several grub.cfg files. (From OE-Core rev: 3630f7963a472fa11a1d52bd9782fde9a9880971) Signed-off-by: Nicolas Guyomard <nicolas.guyomard@open.eurogiciel.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
923fb2e558
commit
ae5c24b20a
@@ -39,7 +39,7 @@ efi_populate() {
|
||||
fi
|
||||
install -m 0644 ${DEPLOY_DIR_IMAGE}/${GRUB_IMAGE} ${DEST}${EFIDIR}
|
||||
|
||||
install -m 0644 ${GRUBCFG} ${DEST}${EFIDIR}
|
||||
install -m 0644 ${GRUBCFG} ${DEST}${EFIDIR}/grub.cfg
|
||||
}
|
||||
|
||||
efi_iso_populate() {
|
||||
|
||||
Reference in New Issue
Block a user