From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8AYH-00053R-VH for guix-patches@gnu.org; Tue, 09 May 2017 15:12:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8AYE-0004SA-N7 for guix-patches@gnu.org; Tue, 09 May 2017 15:12:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60038) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8AYE-0004S1-KI for guix-patches@gnu.org; Tue, 09 May 2017 15:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8AYE-0003Hj-B3 for guix-patches@gnu.org; Tue, 09 May 2017 15:12:02 -0400 Subject: bug#26839: [PATCH] system: Export 'read-boot-parameters'. Resent-Message-ID: From: Alex Kost References: <877f1rm910.fsf@gmail.com> <20170508222548.7cc41e6d@scratchpost.org> Date: Tue, 09 May 2017 22:11:15 +0300 In-Reply-To: <20170508222548.7cc41e6d@scratchpost.org> (Danny Milosavljevic's message of "Mon, 8 May 2017 22:25:48 +0200") Message-ID: <871srxdewc.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: 26839@debbugs.gnu.org Danny Milosavljevic (2017-05-08 22:25 +0200) wrote: > 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? > > 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. I know, thanks. -- Alex