From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7lW1-0003fS-Or for guix-patches@gnu.org; Mon, 08 May 2017 12:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7lVy-0000yG-M5 for guix-patches@gnu.org; Mon, 08 May 2017 12:28:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36427) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7lVy-0000yC-Gz for guix-patches@gnu.org; Mon, 08 May 2017 12:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7lVy-0004D8-92 for guix-patches@gnu.org; Mon, 08 May 2017 12:28:02 -0400 Subject: bug#26339: [PATCH v3 6/9] scripts: system: Adapt "reconfigure" to new bootloader API. Resent-Message-ID: References: <20170506154154.17836-1-m.othacehe@gmail.com> <20170506154154.17836-7-m.othacehe@gmail.com> <20170507231414.120ef6f4@scratchpost.org> From: Mathieu Othacehe In-reply-to: <20170507231414.120ef6f4@scratchpost.org> Date: Mon, 08 May 2017 18:27:10 +0200 Message-ID: <87lgq7s49t.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Danny Milosavljevic Cc: 26339@debbugs.gnu.org > That doesn't actually install a bootloader derivation, right? Nope it just returns a derivation. > Maybe call it "bootloader-installer-derivation" instead? I hesitate to use ".drv" because it isn't a derivation yet - it just returns one. bootloader-installer-derivation is fine for me. > > Also, can you add a docstring? Sure !