%general-entities; ]> GRUB-&grub-version; GRUB boot Installation of GRUB cp -v grub-core/gnulib/stdio.in.h{,.orig} sed -e '/gets is a/d' grub-core/gnulib/stdio.in.h.orig > grub-core/gnulib/stdio.in.h ./configure \ --prefix=/tools \ --build=${CLFS_HOST} \ --host=${CLFS_TARGET} \ --disable-werror \ --enable-grub-mkfont=no \ --with-bootdir=tools/boot The meaning of the new configure option: --enable-grub-mkfont=no Prevents GRUB from trying to build grub-mkfont, which requires Freetype. --with-bootdir=tools/boot This modifies GRUB's default location where it searches for kernel images and installs its bootloader files. make install <para>Details on this package are located in <xref linkend="contents-grub" role="."/></para> </sect2> </sect1>