summaryrefslogtreecommitdiffstats
path: root/meta/classes/grub-efi.bbclass
blob: 8fc6999e52a8a0fe58b0526e42ee4d10a238eec0 (plain)
1
2
3
4
5
6
7
8
inherit grub-efi-cfg
require conf/image-uefi.conf

efi_populate() {
	efi_populate_common "$1" grub-efi

	install -m 0644 ${GRUB_CFG} ${DEST}${EFIDIR}/grub.cfg
}