From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: Guix with U-Boot Date: Mon, 29 Aug 2016 20:10:06 +0200 Message-ID: <20160829201006.10b0cfd4@scratchpost.org> References: <20160822132018.19828-1-david@craven.ch> <20160822132018.19828-6-david@craven.ch> <20160827104228.5db67f6a@scratchpost.org> <20160829123149.0e260af6@scratchpost.org> <20160829161919.5277eb35@scratchpost.org> <20160829192008.188fd720@scratchpost.org> <20160829195223.14ddd8fc@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beR0k-00054R-S2 for guix-devel@gnu.org; Mon, 29 Aug 2016 14:10:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1beR0e-0003sy-MW for guix-devel@gnu.org; Mon, 29 Aug 2016 14:10:17 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:37247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1beR0e-0003sj-Gg for guix-devel@gnu.org; Mon, 29 Aug 2016 14:10:12 -0400 In-Reply-To: <20160829195223.14ddd8fc@scratchpost.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: David Craven Cc: guix-devel On Mon, 29 Aug 2016 19:52:23 +0200 Danny Milosavljevic wrote: > > > (bootloader (u-boot-configuration > > > (board "vexpress_ca9x4") > > > (device "/dev/sdX") > > > (u-boot armhf-linux-uboot))) > > Note: It should infer the correct u-boot to use on its own - at least that's the intention with the whole make-u-boot-package thing. Aaaand... this part is not implemented yet because I can't find in which package gnu/build/install.scm's install-grub finds the executable "grub-install" that it invokes (and how it finds it at all O_o).