From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 08 22:54:01 2020 Received: (at submit) by debbugs.gnu.org; 9 Jun 2020 02:54:01 +0000 Received: from localhost ([127.0.0.1]:58419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jiUOn-0005T1-8I for submit@debbugs.gnu.org; Mon, 08 Jun 2020 22:54:01 -0400 Received: from lists.gnu.org ([209.51.188.17]:38006) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jiUOl-0005St-O5 for submit@debbugs.gnu.org; Mon, 08 Jun 2020 22:53:59 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45792) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jiUOl-0003Rh-FT for guix-patches@gnu.org; Mon, 08 Jun 2020 22:53:59 -0400 Received: from knopi.disroot.org ([178.21.23.139]:39178) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jiUOj-0003IK-Uz for guix-patches@gnu.org; Mon, 08 Jun 2020 22:53:59 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 13D1A55F85 for ; Tue, 9 Jun 2020 04:53:55 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id g6OwardzucMU for ; Tue, 9 Jun 2020 04:53:54 +0200 (CEST) From: Royce Strange DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1591671234; bh=t00MQBylsJbB6OqvDU8Ex8qbocaBRi/PfaqmA5pL1BI=; h=From:To:Subject:Date; b=lXnOaHYTsC4UUpxEqZHCXwPYu9v/jxrIugEjM4jlyAJz9RJLK5pGD3mQ6HxsjO5U8 OfcMryl/pno+O+qYNR6sqsST7JatCXq5M63WRblBRBYDGRt0NnBxrcZ+OtYcwbNjpT KXLV0s8coC74+5NIpMOKqpyehShAAMiC5miLyPCAscVCugEi1sUvYUrZtFS6kieYi9 L7j2l1sAGOOCewPuPZIa7j2+EUVEhK44Y4rL16w3H1QUtuwe/42fXPo2YxY67KxFde RPnTtnbCY6LVHSYGdhMPB5fNFECbKe0lmJgepGqNc5y9CsWjlG0cCGGLanwWF9P2Hv zSBulSINBEcWA== To: guix-patches@gnu.org Subject: [PATCH] activation: Fix function call for system activation Date: Mon, 8 Jun 2020 21:53:30 -0500 Message-Id: <20200609025330.30555-1-royball@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=royball@disroot.org; helo=knopi.disroot.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/08 21:12:58 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/build/activation.scm (boot-time-system): Evaluate the linux-command-line thunk for linux systems to boot --- gnu/build/activation.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/build/activation.scm b/gnu/build/activation.scm index b915e6bb67..4b67926e88 100644 --- a/gnu/build/activation.scm +++ b/gnu/build/activation.scm @@ -321,7 +321,7 @@ improvement." (define (boot-time-system) "Return the '--system' argument passed on the kernel command line." (find-long-option "--system" (if (string-contains %host-type "linux-gnu") - linux-command-line + (linux-command-line) (command-line)))) (define* (activate-current-system -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 09 03:40:43 2020 Received: (at 41771-done) by debbugs.gnu.org; 9 Jun 2020 07:40:43 +0000 Received: from localhost ([127.0.0.1]:58744 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jiYsF-0004Hu-Ku for submit@debbugs.gnu.org; Tue, 09 Jun 2020 03:40:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:32920) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jiYsE-0004Hj-4f for 41771-done@debbugs.gnu.org; Tue, 09 Jun 2020 03:40:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36537) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jiYs8-0000SA-OK; Tue, 09 Jun 2020 03:40:36 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=58644 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jiYs6-0006pL-Ur; Tue, 09 Jun 2020 03:40:35 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Royce Strange Subject: Re: [bug#41771] [PATCH] activation: Fix function call for system activation References: <20200609025330.30555-1-royball@disroot.org> Date: Tue, 09 Jun 2020 09:40:33 +0200 In-Reply-To: <20200609025330.30555-1-royball@disroot.org> (Royce Strange's message of "Mon, 8 Jun 2020 21:53:30 -0500") Message-ID: <87h7vkoff2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41771-done Cc: 41771-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Royce Strange skribis: > * gnu/build/activation.scm (boot-time-system): > Evaluate the linux-command-line thunk for linux systems to boot Applied, thanks for the quick fix! Ludo=E2=80=99. From unknown Sun Jun 22 00:16:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 07 Jul 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator