User Tools

Site Tools


lfs:pkg:grub-2.04

grub-2.04

Taille du paquet 59M
Somme de contrôle SHA256 53d4551f905aae24096df5d87dc4eca3ad16ee1907dbccd2c0b9f51c3215fd17
Estimation du temps de construction 267.531 secondes
Dependances efivar-37, efibootmgr-16, dosfstools-4.1
TIMEFORMAT='(BUSYBOX) Compilation de grub-2.04 en %R seconds ...'
time {
wget https://ftp.gnu.org/gnu/grub/grub-2.04.tar.xz -O ${LFS}/download/grub-2.04.tar.xz --no-check-certificate &&
md5sum -c <<<" 5aaca6713b47ca2456d8324a58755ac7 ${LFS}/download/grub-2.04.tar.xz" &&
rm -rf ${LFS}/src/grub-2.04 &&
tar xf ${LFS}/download/grub-2.04.tar.xz -C ${LFS}/src &&
cd ${LFS}/src/grub-2.04 &&
./configure --prefix=/usr                      --sbindir=/sbin                    --sysconfdir=/etc                  --disable-efiemu                   --with-platform=efi                --disable-werror  CFLAGS="-static -static-libgcc" &&
make &&
make DESTDIR=$PWD/_pkg install &&
mv -v _pkg/etc/bash_completion.d/grub _pkg/usr/share/bash-completion/completions
strip -v _pkg/sbin/*
strip -v _pkg/usr/bin/*
tar -C _pkg/ -cvf ${LFS}/pkg/grub-2.04.tar.gz ./ &&
cd "${LFS}/"
}
lfs/pkg/grub-2.04.txt · Last modified: 2025/02/19 10:59 by 127.0.0.1