# grub2-efi/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package adds EFI components to the copy of "grub2" created by the "grub2" package. #--------------------------------------------------------------------- [buildtimes] 00.06 hours (or 003.62 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] archive = same as grub2 build = default defer = glibc64 nosyslinks = yes proddir = none purge = no setpaths = fuse209, lvm2 shareddir = yes tmpsize = 180M #--------------------------------------------------------------------- [depends] grub2:strict #--------------------------------------------------------------------- [configure] TMPGRUB=/ram/tmpgrub MANBASE=$TMPGRUB/man rm -fr $TMPGRUB mkdir -p $MANBASE ./autogen.sh CC=gcc bash ./configure \ --prefix=$TMPGRUB \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE \ --with-platform=efi #--------------------------------------------------------------------- [postbuild] STDEFI=$PRODTREE/grub2/lib/grub/x86_64-efi/ TMPGRUB=/ram/tmpgrub rm -fr $STDEFI cp -a $TMPGRUB/lib/grub/x86_64-efi $STDEFI rm -fr $TMPGRUB #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = Same as "grub2" #--------------------------------------------------------------------- [history] Same as "grub2"