UmVirt LFS Package info

DB commit: 57bed5a54ba91b88b24a1c8eb97bd083dbf72f0d
APP commit: 634ff2193dea70dde75eb1916d758638b7417453

grub2efi

The GRUB package provides GRand Unified Bootloader with UEFI support, which is not enabled for GRUB built in LFS.

Package info

Codename: grub2efi
Source file: grub-2.06.tar.xz
Source directory: grub-2.06
Package URL: https://umvirt.com/linux/downloads/0.2/packages/g/grub-2.06.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2/packages/g/grub-2.06.tar.xz.md5sum
Dependances: X, freetype, efibootmgr.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: unifont-15.0.06.pcf.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
mkdir -pv /usr/share/fonts/unifont &&
gunzip -c ../unifont-15.0.06.pcf.gz > /usr/share/fonts/unifont/unifont.pcf

unset {C,CPP,CXX,LD}FLAGS

./configure --prefix=/usr        \
            --sysconfdir=/etc    \
            --disable-efiemu     \
            --enable-grub-mkfont \
            --with-platform=efi  \
            --target=x86_64      \
            --disable-werror     &&
unset TARGET_CC

Build script:
make

Install script:
make install &&
mv -v /etc/bash_completion.d/grub /usr/share/bash-completion/completions