From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1d9xju-0001xe-KK for mharc-grub-devel@gnu.org; Sun, 14 May 2017 13:55:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9xjs-0001xG-5a for grub-devel@gnu.org; Sun, 14 May 2017 13:55:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9xjo-0007LD-SD for grub-devel@gnu.org; Sun, 14 May 2017 13:55:28 -0400 Received: from mail-oi0-x236.google.com ([2607:f8b0:4003:c06::236]:33067) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9xjo-0007Ha-LT for grub-devel@gnu.org; Sun, 14 May 2017 13:55:24 -0400 Received: by mail-oi0-x236.google.com with SMTP id w10so109481057oif.0 for ; Sun, 14 May 2017 10:55:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb-com.20150623.gappssmtp.com; s=20150623; h=sender:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=N7mr3At5QzPfnGyex0dqse6N/32Oz9Ve1eE2kApn0z0=; b=yzCkolcaO9ryzQ5pYpq31Y10TWYLl0r55ETMKha6GQLOBdRhmkXo9GFPvJlTJsurxz PX+NHRazgheq+q0SFTLCLzgLh2EC2yaVvQfeJ6a2M689FJO8df54o/jTQ4J76dznnSzh uhQ4nuEcfxgHGTiEreXzlUCLNGGnbmaZ1Tw2wM5SEhS03fjPJKbrLabLPWP2FzfWUO76 hrOy1FX8NAkgnOV3eJe0z1fvdY4i08mu7DwaPuOwwS7C3bEUUOJoIeV0P+g0avoQYVVT cwKUf9zWqIRyzqhVCpAXDyVbN6lSxDmewXDsUO80TzO7dfHVjcFX+Hzp7v1dg4UXoyxI ez9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:sender:date:from:to:subject:message-id :mime-version:content-transfer-encoding; bh=N7mr3At5QzPfnGyex0dqse6N/32Oz9Ve1eE2kApn0z0=; b=WowyJ/o9ESbryrWSQHT9wUpVDOzV5uoq+y/ihrYnEy8TiLBWHoyga7pz/Qrv/a4OrL 4CGU3KSzTGM4cRyrYImcapbZVLDaYYFKgtOnMW3a/OwU+TiQG1fcG43eqMwHQn2IuReM xmQtcyrUq9icy0J9AxO8scHtcpkvmSH1n/hc9n7boGfSyiEEBhQVWM1t2Ydper726iYs v43NblqRVo5G25T6eXVv5s60DFgbPeZ8tWUFUaXpKkz/84OA4+G5i6YcqxX12T8SP2H1 Y4525g0GsEfDh8bgTF923hbRsEDFJO7cD26CcWKXHWLdTo2b6cNr6dhAKHqWbvezfwKk 2Ieg== X-Gm-Message-State: AODbwcCib1bNgY6PDBamYMLrR4r20TQTU9oR9JbRjUeCrywNmdOh8ibQ RjxG4GJR/rV11wpR X-Received: by 10.202.199.214 with SMTP id x205mr1031737oif.156.1494784521897; Sun, 14 May 2017 10:55:21 -0700 (PDT) Received: from rsbsd ([24.133.238.42]) by smtp.gmail.com with ESMTPSA id y71sm4462256oie.18.2017.05.14.10.55.19 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 14 May 2017 10:55:20 -0700 (PDT) Sender: "Raif S. Berent" Date: Sun, 14 May 2017 20:54:47 +0300 From: Beeblebrox To: Subject: configure options when building from source Message-ID: <20170514205447.1cde2dde@rsbsd> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4003:c06::236 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 May 2017 17:55:29 -0000 Hello, building Grub from source on FreeBSD with ./autogen.sh --disable-efiemu --disable-nls ./configure --disable-efiemu --disable-nls The resulting config is below GRUB2 will be compiled with following components: Platform: i386-pc With devmapper support: No (need libdevmapper header) With memory debugging: No With disk cache statistics: No With boot time statistics: No efiemu runtime: No grub-mkfont: Yes grub-mount: No (need FUSE library) starfield theme: No (No DejaVu found) With libzfs support: Yes Build-time grub-mkfont: No (no fonts) Without unifont (no build-time grub-mkfont) With liblzma from -llzma (support for XZ-compressed mips images) I was unable to find documentation regarding config, so How can I: * Enable grub-mount, grub-mkfont, unifont ? All requirements (fuse, dejavu, fonts) are on the system. Is there a flag I= must use? Most probably the path searched by Grub is different than on Lin= ux. Where should I correct those? * For starfield do I need to download a sepaarate repo? * I install Grub as "gmake install DESTDIR=3D/usr/local/opt" But trying for example "# grub-kbdcomp" I get: -> cannot open /usr/local/share/grub/grub-mkconfig_lib: No such file or dir= ectory * I need to generate mknetdir for pxe with UEFI option as well. Above confi= g does not seem to have UEFI capability enabled - am I wrong? Thanks & Regards --=20 FreeBSD_amd64_12-Current_RadeonKMS Please CC my email when responding, mail from list is not delivered.