From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7TEn-0006gL-N6 for guix-patches@gnu.org; Sun, 07 May 2017 16:57:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7TEk-0005vG-Kg for guix-patches@gnu.org; Sun, 07 May 2017 16:57:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34402) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7TEk-0005v8-H8 for guix-patches@gnu.org; Sun, 07 May 2017 16:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7TEk-0004xj-7D for guix-patches@gnu.org; Sun, 07 May 2017 16:57:02 -0400 Subject: bug#26339: [PATCH v3 6/9] scripts: system: Adapt "reconfigure" to new bootloader API. Resent-Message-ID: Date: Sun, 7 May 2017 22:56:00 +0200 From: Danny Milosavljevic Message-ID: <20170507225600.68cadfae@scratchpost.org> In-Reply-To: <20170507223332.612b3785@scratchpost.org> References: <20170506154154.17836-1-m.othacehe@gmail.com> <20170506154154.17836-7-m.othacehe@gmail.com> <20170507223332.612b3785@scratchpost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 26339@debbugs.gnu.org > > +(define* (install-bootloader install-procedure > > + #:key > > + bootcfg bootcfg-location > > + device target) > > Maybe "installer" instead of "install-procedure"? It's not that important but it reads better I think... This is actually a derivation, right? So "installer.drv" ...