diff options
author | Adrian Gibanel Lopez <adrian.gibanel@btactic.com> | 2016-01-18 03:21:39 +0000 |
---|---|---|
committer | Adrian Gibanel Lopez <adrian.gibanel@btactic.com> | 2016-07-31 15:09:13 +0200 |
commit | 7becd08e4d721ee2c187e82fba8168d76dfb33aa (patch) | |
tree | be4431f9e343b1e81cc4a32606471f760c03f19a /scripts/build/binary | |
parent | 9cebad25f98976d9bb0a42fcbf76392a26503d6a (diff) | |
download | vyos-live-build-7becd08e4d721ee2c187e82fba8168d76dfb33aa.tar.gz vyos-live-build-7becd08e4d721ee2c187e82fba8168d76dfb33aa.zip |
Added EFI support by the means of grub-efi
This work is based on debian-cd team work and uses,
as much as possible, the same mkisofs options
than the Debian Installation CD disk does.
It assumes that /boot/grub/grub.cfg (and other design items)
is generated by: binary_loopback_cfg .
It relies on efi-image and grub-cpmodules being setup
as build scripts on live-build package.
In the future event of these two files being moved
to a binary package (they are originally from:
src: live-installer) the binary_grub-efi script would have
to be rewritten to take the new paths into account.
Diffstat (limited to 'scripts/build/binary')
-rwxr-xr-x | scripts/build/binary | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/binary b/scripts/build/binary index 56c7bf83a..7b0d74379 100755 --- a/scripts/build/binary +++ b/scripts/build/binary @@ -69,6 +69,7 @@ lb binary_loadlin ${@} lb binary_win32-loader ${@} lb binary_includes ${@} lb binary_hooks ${@} +lb binary_grub-efi ${@} lb binary_checksums ${@} if [ "${LB_BUILD_WITH_CHROOT}" != "true" ] |