From unknown Mon Jun 23 18:29:52 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#41769 <41769@debbugs.gnu.org> To: bug#41769 <41769@debbugs.gnu.org> Subject: Status: [PATCH] system: Fix typo that breaks grub.cfg generation Reply-To: bug#41769 <41769@debbugs.gnu.org> Date: Tue, 24 Jun 2025 01:29:52 +0000 retitle 41769 [PATCH] system: Fix typo that breaks grub.cfg generation reassign 41769 guix-patches submitter 41769 Royce Strange severity 41769 normal tag 41769 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 08 21:13:07 2020 Received: (at submit) by debbugs.gnu.org; 9 Jun 2020 01:13:07 +0000 Received: from localhost ([127.0.0.1]:58336 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jiSp8-0002xx-Td for submit@debbugs.gnu.org; Mon, 08 Jun 2020 21:13:07 -0400 Received: from lists.gnu.org ([209.51.188.17]:36296) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jiSp7-0002xp-8t for submit@debbugs.gnu.org; Mon, 08 Jun 2020 21:13:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38268) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jiSp7-00086d-2o for guix-patches@gnu.org; Mon, 08 Jun 2020 21:13:05 -0400 Received: from knopi.disroot.org ([178.21.23.139]:36212) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jiSp4-0004ws-LI for guix-patches@gnu.org; Mon, 08 Jun 2020 21:13:04 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 47CA255F96 for ; Tue, 9 Jun 2020 03:12:58 +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 sBl7bAlpwr0R for ; Tue, 9 Jun 2020 03:12:57 +0200 (CEST) From: Royce Strange DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1591665177; bh=ev/s+dSCD9q4yRAtT3KL906i7AUXpQwKjJk2iQQAj8M=; h=From:To:Subject:Date; b=KmnuHUyy5NSemGL1A57AWQqDci9YC70dDnBea/GBRehIG5WhqFX1h0HMk3anocO54 t5/JtSZxOeWv1SrhOIqrZI1isIQQEw1oXWJDimeslnHfefO1oz+PLSi+B5ljc9ZJIb 9lZDZCyP+rWP6cjhG6HXV2YMg2MazFV4Z3DxntaBD3nnkg5GK2dgQ5EX1sGPY/Eq4q ca7mIW8BAmun3swqYza8ba5YibL24OMQCKLa6gLBN79CGaFpZg5IZdzBYuOwtsRlcD ZpaexY8MXKyR/W4h+o5cg1xkuju88QAeLYwl7zvOIfYrFUGg1Cl4lPO7xOiYt+N80R NJhxej6ZUYKBA== To: guix-patches@gnu.org Subject: [PATCH] system: Fix typo that breaks grub.cfg generation Date: Mon, 8 Jun 2020 20:12:24 -0500 Message-Id: <20200609011224.24238-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/system.scm (boot-parameters->menu-entry): Delete quote to evalutate and get kernel boot parameters. --- gnu/system.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/system.scm b/gnu/system.scm index 21d0fbd190..081e0f2fb3 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -400,7 +400,7 @@ The object has its kernel-arguments extended in order to make it bootable." (device (boot-parameters-store-device conf)) (device-mount-point (boot-parameters-store-mount-point conf)) (linux (and (not multiboot?) kernel)) - (linux-arguments (if (not multiboot?) ' + (linux-arguments (if (not multiboot?) (boot-parameters-kernel-arguments conf) '())) (initrd (boot-parameters-initrd conf)) -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 09 01:30:23 2020 Received: (at 41769-done) by debbugs.gnu.org; 9 Jun 2020 05:30:23 +0000 Received: from localhost ([127.0.0.1]:58490 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jiWq3-0000y3-1W for submit@debbugs.gnu.org; Tue, 09 Jun 2020 01:30:23 -0400 Received: from mail-qv1-f68.google.com ([209.85.219.68]:45243) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jiWq1-0000xq-Iq for 41769-done@debbugs.gnu.org; Tue, 09 Jun 2020 01:30:18 -0400 Received: by mail-qv1-f68.google.com with SMTP id di13so3454476qvb.12 for <41769-done@debbugs.gnu.org>; Mon, 08 Jun 2020 22:30:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=koi85X1PoOds9heNkJSFd6u1RBJ52ulUm1yd22tRj6Q=; b=O/o/l57EZfHDsq7MD/ZwMtFm0CzLEFCKYl95Uqy1vfijC6jn839FaPlRD8bU3vrJ4/ sH85NOm+hV87E+RjqZ1xPK0VK2rlc9EtyHrKCoEdw41bFfWd1VMe/CZgdbKhtP0jxVS5 8FK29W5xN3Jje7rD9B16LIKvyi+0s1NVUZGo9pPKLEKPZghLHwWlbznRoxPxpf7/rbD+ 0JMT23TF5+EVzQkuRki+dVmBEJAnYy0ek3L0KpLfxDXWQ5VTutWHyV6VsixXDgAx6OV1 L6irwsZjsDFU0OM9OKwnA7NaIesk9MnQFqHmIWvtGTDulS4qMv+UY5RheioH1baLQOCR Ovgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=koi85X1PoOds9heNkJSFd6u1RBJ52ulUm1yd22tRj6Q=; b=ZWL3EMnKWFL5+H4sp8WX95/cB/3qL+8l7QljIybKIrer6ATSy2TxP5QzjjnkhNICNs FBodBkI3CqxlgsEcF87bQWAfSBsZSt+K5EaycSsPmWzxmk9JTuhXv9dLYYah9Mt0AhvT MbdnPXouuMpgQoqwl5GybTx4ub3la3/DLI5Wb/ggN7UlWmTjrHEBB/6oIbgKgrU9FP/Q BWw1in1nqTA9QISLAWwSIMoTgAOYn+/UvIvw2PaEzOWHP4KrqjrY6QZJOe4WVE+QyjYh Gjhmoj6dQIGd/FKJRixbXkWTaxF5N55KVlL63V+nSZPSBMQNg7wXZQRyyszsZUDirgPP Exvw== X-Gm-Message-State: AOAM530t0+6E0K+U6kGYq7I+5SmIJ/xtL6kHFv/O1De/tnKww4of/Ae1 fp5+kTrA5xpAMzBPrhgGy7A0zxGxKaU= X-Google-Smtp-Source: ABdhPJz5nhmpCcWlryMaejs6jGHzfIBCStvtzzno5EzYwuFa5RFN6tNFoDdyineGoYZVP1v/nTRSzw== X-Received: by 2002:a0c:e952:: with SMTP id n18mr2114339qvo.147.1591680611723; Mon, 08 Jun 2020 22:30:11 -0700 (PDT) Received: from hurd (dsl-152-235.b2b2c.ca. [66.158.152.235]) by smtp.gmail.com with ESMTPSA id w3sm9192498qkb.85.2020.06.08.22.30.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Jun 2020 22:30:11 -0700 (PDT) From: maxim.cournoyer@gmail.com X-Google-Original-From: maxim@hurd.i-did-not-set--mail-host-address--so-tickle-me To: Royce Strange Subject: Re: [bug#41769] [PATCH] system: Fix typo that breaks grub.cfg generation References: <20200609011224.24238-1-royball@disroot.org> Date: Tue, 09 Jun 2020 01:30:10 -0400 In-Reply-To: <20200609011224.24238-1-royball@disroot.org> (Royce Strange's message of "Mon, 8 Jun 2020 20:12:24 -0500") Message-ID: <877dwgkdr1.fsf@hurd.i-did-not-set--mail-host-address--so-tickle-me> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 41769-done Cc: 41769-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: -1.0 (-) Royce Strange writes: > * gnu/system.scm (boot-parameters->menu-entry): > Delete quote to evalutate and get kernel boot parameters. > --- > gnu/system.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/system.scm b/gnu/system.scm > index 21d0fbd190..081e0f2fb3 100644 > --- a/gnu/system.scm > +++ b/gnu/system.scm > @@ -400,7 +400,7 @@ The object has its kernel-arguments extended in order to make it bootable." > (device (boot-parameters-store-device conf)) > (device-mount-point (boot-parameters-store-mount-point conf)) > (linux (and (not multiboot?) kernel)) > - (linux-arguments (if (not multiboot?) ' > + (linux-arguments (if (not multiboot?) > (boot-parameters-kernel-arguments conf) > '())) > (initrd (boot-parameters-initrd conf)) Pushed, thank you! Maxim From unknown Mon Jun 23 18:29:52 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