UmVirt LFS Package info
DB commit: 9479b41c328304e88d8b007b04bc0dff783bbc6e
APP commit: b0e7f121177a769c20a4c985867d650259b096ce
grub2efi
The GRUB package provides GRand Unified Bootloader with UEFI support, which is not enabled for GRUB built in LFS.
Package info
Template:
Codename: grub2efi
Source file: grub-2.12.tar.xz
Source file size: 6675608
Source file MD5-checkum: 60c564b1bdc39d8e43b3aab4bc0fb140
Source directory: grub-2.12
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/g/grub-2.12.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/g/grub-2.12.tar.xz.md5sum
Dependances: llvm, LVM2, fuse, X, freetype, efibootmgr.
Dependance of: *** NO PACKAGES FOUND ***
Patches: *** NO PATCHES FOUND ***
Addons: unifont-16.0.01.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-16.0.01.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 -C grub-core install
install -vm755 grub-mkfont /usr/bin/ &&
install -vm644 ascii.h widthspec.h *.pf2 /usr/share/grub/
install -vm755 grub-mount /usr/bin/