UmVirt LFS Package info

DB commit: be1eaeb9e1d7ba0146566f8c9226f3f3cf6c6aa8
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
[ BASH | XML | JSON ]

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.12.tar.xz
Source directory: grub-2.12
Package URL: grub-2.12.tar.xz
Package md5-checksum URL: grub-2.12.tar.xz.md5sum
Dependances: X, freetype, efibootmgr.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: unifont-15.1.05.pcf.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
echo depends bli part_gpt > grub-core/extra_deps.lst

mkdir -pv /usr/share/fonts/unifont &&
gunzip -c ../unifont-15.1.05.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


Build script:
make

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