install cd: Use same kernel/initrd for UEFI boot 65/1665/3
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 26 Sep 2019 17:35:30 +0000 (19:35 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 26 Nov 2019 10:23:09 +0000 (10:23 +0000)
commit70d3938ad1476456184331860b847503a0da6653
tree6b09cb47b95618f9dc2bebc68f9cc561de76ad48
parentdcef34570a2fb6d6b674da2ba4dc4dc9ccfb2124
install cd: Use same kernel/initrd for UEFI boot

We currently replace the stock vmlinuz/initrd.img with the ones
built using DIB; however we only replace them for isolinux boot,
leaving UEFI systems booting the stock images from `images/pxeboot/`.

Switch to using the same binaries for both BIOS and UEFI systems.
This applies to both x86_64 and aarch64 EFI systems.

While at it, update EFI grub.cfg to resemble isolinux menu.

Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Change-Id: I305de509a627b36712d29b2f8d51a8c1de09c58e
build_step_create_install_cd.sh