From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: How to use custom grub? Date: Sun, 6 Nov 2016 00:41:17 +0100 Message-ID: <20161106004117.1d08b79b@scratchpost.org> References: <8737j85yek.fsf@duckhunt.i-did-not-set--mail-host-address--so-tickle-me> <87a8df1ioy.fsf@gnu.org> <878tsy6r2k.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> 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]:53344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3Aae-0005EZ-6u for guix-devel@gnu.org; Sat, 05 Nov 2016 19:41:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3AaZ-000554-Am for guix-devel@gnu.org; Sat, 05 Nov 2016 19:41:36 -0400 In-Reply-To: <878tsy6r2k.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> 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: Marius Bakke Cc: guix-devel@gnu.org Hi Marius, On Sat, 05 Nov 2016 12:37:07 +0000 Marius Bakke wrote: > I haven't gotten around to really try Dannys patch, but here is the > backtrace when exporting grub-configuration-grub in gnu/system/grub.scm > and changing to (package->derivation grub-configuration-grub) in > guix/scripts/system.scm: Hmm, did you mean (package->drivation (grub-configuration-grub (operating-system-bootloader os))) ? Otherwise it can't work.