From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:42495) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j96Ba-0000Sg-JV for guix-patches@gnu.org; Tue, 03 Mar 2020 06:58:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j96BZ-00078z-JW for guix-patches@gnu.org; Tue, 03 Mar 2020 06:58:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:32825) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j96BV-00078a-Ve for guix-patches@gnu.org; Tue, 03 Mar 2020 06:58:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j96BV-0000b5-Tz for guix-patches@gnu.org; Tue, 03 Mar 2020 06:58:01 -0500 Subject: [bug#39882] [PATCH 0/1] Add kexec-tools. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:42462) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j96BD-0000Pp-NJ for guix-patches@gnu.org; Tue, 03 Mar 2020 06:57:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j96BC-000746-Pc for guix-patches@gnu.org; Tue, 03 Mar 2020 06:57:43 -0500 Received: from mail-pg1-x541.google.com ([2607:f8b0:4864:20::541]:36618) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j96BC-00073n-Jz for guix-patches@gnu.org; Tue, 03 Mar 2020 06:57:42 -0500 Received: by mail-pg1-x541.google.com with SMTP id d9so1447835pgu.3 for ; Tue, 03 Mar 2020 03:57:42 -0800 (PST) From: Chris Marusich Date: Tue, 3 Mar 2020 03:56:28 -0800 Message-Id: <20200303115628.89147-1-cmmarusich@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 39882@debbugs.gnu.org Cc: Chris Marusich Hi, This simple patch adds kexec-tools. I've built it successfully on an x86_64-linux system and confirmed via basic manual testing that kexec works. I verified the signature of the upstream release tarball when adding this. The patch applies cleanly to commit 6ce086550. I was kind of surprised to find that kexec-tools was not already packaged. Is there a reason why it hasn't been packaged, or am I just the first one to try packaging it? Thank you, Chris Chris Marusich (1): gnu: Add kexec-tools. gnu/packages/linux.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) -- 2.24.1