From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 26 16:33:05 2022 Received: (at 59619) by debbugs.gnu.org; 26 Nov 2022 21:33:06 +0000 Received: from localhost ([127.0.0.1]:41596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oz2nJ-0007Uf-Bf for submit@debbugs.gnu.org; Sat, 26 Nov 2022 16:33:05 -0500 Received: from lepiller.eu ([89.234.186.109]:50780) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oz2nG-0007UK-FQ for 59619@debbugs.gnu.org; Sat, 26 Nov 2022 16:33:03 -0500 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id 02a7817f; Sat, 26 Nov 2022 21:32:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:in-reply-to:references:message-id:mime-version :content-type:content-transfer-encoding; s=dkim; bh=Mc2EUmtp+vmQ SplcidAgcOmVW32zFr346Ztm0YHAn8A=; b=X22Mwhz5juMJt34OgshFd6tcoSL9 OWVy5GZq3IUhBikBK5S4hnQ+RleHkvuPfAW7JL2eUtuGGG6bsZZgsy3gKXdcB8Ov aiR+9i5ndemnvHLxbyIJZ5AqSmnB1Okz6ASY4au5KNw8mWcruaJDXdY5JLkLYeML iTDNHDXw1VpLfU19UJA2cPCpI6HGbfLPXEy8CB/VU2gnp+T1XO5vtJ/9SSjxBZek VdSy6Txjlqqb2G1n34xZ2HXvqseLW6UrA9yBKsN4jRPILSRcc8yKCOXBzz8m6Yar zzz6F+mOTZ0R84cKZIqULVPtE6K6JhhErv4BCfrp42zAhNjtWsWtAske4A== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 07b0522f (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 26 Nov 2022 21:32:55 +0000 (UTC) Date: Sat, 26 Nov 2022 22:32:44 +0100 From: Julien Lepiller To: guix-patches@gnu.org, Stefan Karrmann , 59619@debbugs.gnu.org Subject: Re: [bug#59619] [PATCH] grub-configfile User-Agent: K-9 Mail for Android In-Reply-To: References: Message-ID: <4FC721E0-4300-4978-90BA-F960CDDD1F48@lepiller.eu> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----5XGQK2844IL5YTRGTN3F05R1H21UXN Content-Transfer-Encoding: 7bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59619 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 (-) ------5XGQK2844IL5YTRGTN3F05R1H21UXN Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable If it's your first submission, it gets delayed for manual review, which mig= ht be what's happening with send-email=2E However this email should also ha= ve been delayed, so not sure what's happening=2E Regarding your patch, tomething seems to have gone wrong=2E I don't have t= he tool right now to figure it out, but you have quite a few lines that see= m to be identical but marked as changed=2E What happened there? One way to test it is to use pre-inst-env to use that new version of guix = and build a system (you wouldn't be able to use sudo, so you can't boot it,= but you can build and inspect)=2E Something like: guix gc -R $(=2E/pre-inst-env guix system build example=2Escm) | grep grub= =2Ecfg Will give you the name of the config file=2E For less builds, you could us= e -n and build the derivation for grub=2Ecfg only, manually=2E HTH! Le 26 novembre 2022 22:12:54 GMT+01:00, Stefan Karrmann a =C3=A9crit=C2=A0: >Dear all, > >somehow ~git send-mail~ seems not to work as expected=2E Therefore, I sen= d >this patch manually=2E > >The patch allows us to use the menuentry configfile for grub=2E As I'm st= ill >a newbie with regard to guix, I was not able to test it=2E > >My next step will be: >- patch guix, such that grub can work with btrfs subvolumes > >Kind regards, >-- >Stefan Karrmann >secure communication? GPG: 0x8C3260C01550B612E4C5730D22E42112094CE53F ------5XGQK2844IL5YTRGTN3F05R1H21UXN Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable If it's your first submission, it gets delayed for= manual review, which might be what's happening with send-email=2E However = this email should also have been delayed, so not sure what's happening=2E
Regarding your patch, tomething seems to have gone wrong=2E I don't h= ave the tool right now to figure it out, but you have quite a few lines tha= t seem to be identical but marked as changed=2E What happened there?
One way to test it is to use pre-inst-env to use that new version of guix = and build a system (you wouldn't be able to use sudo, so you can't boot it,= but you can build and inspect)=2E Something like:

guix gc -R $(=2E/= pre-inst-env guix system build example=2Escm) | grep grub=2Ecfg

Will= give you the name of the config file=2E For less builds, you could use -n = and build the derivation for grub=2Ecfg only, manually=2E

HTH!
Le 26 novembre 2022 22:12:54 GMT+01:00, Stefan= Karrmann <S=2EKarrmann@web=2Ede> a =C3=A9crit=C2=A0:
Dear all,

somehow ~git send-mail= ~ seems not to work as expected=2E Therefore, I send
this patch manually= =2E

The patch allows us to use the menuentry configfile for grub=2E = As I'm still
a newbie with regard to guix, I was not able to test it=2E<= br>
My next step will be:
- patch guix, such that grub can work with = btrfs subvolumes

Kind regards,
--
Stefan Karrmann
secure co= mmunication? GPG: 0x8C3260C01550B612E4C5730D22E42112094CE53F
------5XGQK2844IL5YTRGTN3F05R1H21UXN--