From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: How does install-grub work? Date: Tue, 30 Aug 2016 17:33:30 +0200 Message-ID: References: <20160829123149.0e260af6@scratchpost.org> <20160829161919.5277eb35@scratchpost.org> <20160829201656.4390d2db@scratchpost.org> <20160829205734.0b49dc92@scratchpost.org> <20160829225056.240c8d0e@scratchpost.org> <20160829235735.7e48bf1b@scratchpost.org> <20160830001422.2034fef6@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bel2g-0005ZA-Ny for guix-devel@gnu.org; Tue, 30 Aug 2016 11:33:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bel2b-0007JW-OJ for guix-devel@gnu.org; Tue, 30 Aug 2016 11:33:37 -0400 Received: from mail-yw0-x232.google.com ([2607:f8b0:4002:c05::232]:35291) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bel2a-0007JJ-HI for guix-devel@gnu.org; Tue, 30 Aug 2016 11:33:33 -0400 Received: by mail-yw0-x232.google.com with SMTP id j12so13472022ywb.2 for ; Tue, 30 Aug 2016 08:33:31 -0700 (PDT) In-Reply-To: <20160830001422.2034fef6@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: Danny Milosavljevic Cc: guix-devel I'm making some progress. The culprit for the grub error was: (let ((inputs - '#$(append (list qemu parted grub e2fsprogs) + '#$(append (list qemu parted e2fsprogs) There is more work involved than I thought. Support for cross-compiling stuff like /gnu/store/2z7jlxzhyll5i9imiizsyvfygsa88k55-activate-service.drv needs to work somehow. That gets us at least guix system build working.