From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: How to use custom grub? Date: Mon, 7 Nov 2016 11:48:33 +0100 Message-ID: <20161107114833.2c1453ca@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> <20161106004117.1d08b79b@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]:35341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3hTq-0007vj-LA for guix-devel@gnu.org; Mon, 07 Nov 2016 05:48:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3hTm-0004wZ-Pj for guix-devel@gnu.org; Mon, 07 Nov 2016 05:48:46 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:56055) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3hTm-0004wU-J7 for guix-devel@gnu.org; Mon, 07 Nov 2016 05:48:42 -0500 In-Reply-To: <20161106004117.1d08b79b@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: Marius Bakke Cc: guix-devel@gnu.org > Hmm, did you mean (package->drivation (grub-configuration-grub (operating-system-bootloader os))) ? Otherwise it can't work. Fixing typo: Hmm, did you mean (package->derivation (grub-configuration-grub (operating-system-bootloader os))) ? Otherwise it can't work. It gives you a derivation which you can use derivation->output-path (which returns a file path) on and then invoke the executable or whatever.