From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39995) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7pEN-0003xf-88 for guix-patches@gnu.org; Mon, 08 May 2017 16:26:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7pEI-0006E4-Bw for guix-patches@gnu.org; Mon, 08 May 2017 16:26:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57596) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7pEI-0006Dt-15 for guix-patches@gnu.org; Mon, 08 May 2017 16:26:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7pEH-000648-PF for guix-patches@gnu.org; Mon, 08 May 2017 16:26:01 -0400 Subject: bug#26839: [PATCH] system: Export 'read-boot-parameters'. Resent-Message-ID: Date: Mon, 8 May 2017 22:25:48 +0200 From: Danny Milosavljevic Message-ID: <20170508222548.7cc41e6d@scratchpost.org> In-Reply-To: <877f1rm910.fsf@gmail.com> References: <877f1rm910.fsf@gmail.com> 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: Alex Kost Cc: 26839@debbugs.gnu.org Hi Alex, On Mon, 08 May 2017 22:40:59 +0300 Alex Kost wrote: > Hello, commit 9530e73b496fefe65dcb936825b6beda79f7fdf2 removed an export > line for 'read-boot-parameters'. > > That procedure was used by Emacs-Guix code, and now > "M-x guix-system-generations" fails, so do you mind if > 'read-boot-parameters' will be exported again? LGTM. Be advised that these will not return all boot parameters that would actually boot a system successfully. That was also the case before the "--load" patch series. After the "--load" patch series, there's a new procedure "read-boot-parameters-file" that gives you all of them.