From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 06 17:29:30 2020 Received: (at submit) by debbugs.gnu.org; 6 Dec 2020 22:29:30 +0000 Received: from localhost ([127.0.0.1]:51634 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km2X0-00076J-5X for submit@debbugs.gnu.org; Sun, 06 Dec 2020 17:29:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:33330) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klzKw-00064j-Fs for submit@debbugs.gnu.org; Sun, 06 Dec 2020 14:04:47 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46058) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1klzKu-0003ZH-LL for guix-patches@gnu.org; Sun, 06 Dec 2020 14:04:46 -0500 Received: from mail-02.mail-europe.com ([51.89.119.103]:35198) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1klzKs-0004bL-C6 for guix-patches@gnu.org; Sun, 06 Dec 2020 14:04:43 -0500 Date: Sun, 06 Dec 2020 19:04:29 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pm.me; s=protonmail; t=1607281474; bh=q5W1Xm2a7EuZMlH19tn30njBeIf55y0az7HIe74lwkQ=; h=Date:To:From:Cc:Reply-To:Subject:From; b=FPXO0Se0VbuRkgWKOkf3R56jMPMZtrH5ks9x+vbhA324PzwjyGCOefWLhY/MJt1bM uyytg86mJkVbQhSSlrG09bIkHZ5oKDL2WhM8sY0fsYqexrDbRKriCp4YsvjgJqMJo+ PqvuDfVOiIsNmwI6ICbMXGxbZb5Zyssqh7udSoPIcC2SdecnxKH1cnfZmlZvtHOMPK ZbNepwuVD7+UDkPeSrCMFFEyz6Ib1/Tle20ls4ouVk25b4V4MllKjaXXywFYOurbDl yeO3DjjO3keN2vrnz4nv0vY9zIZEGLM9zFJy2RP09IMVDD+vYxcNOdhF4xLoXAsdbM uw+P453roWUig== To: guix-patches@gnu.org From: Hugo Thiessard Subject: [PATCH] Improve documentation for supported file systems Message-ID: <20201206190114.10290-1-htsr@pm.me> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=51.89.119.103; envelope-from=htsr@pm.me; helo=mail-02.mail-europe.com 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sun, 06 Dec 2020 17:29:25 -0500 Cc: Hugo Thiessard 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: , Reply-To: Hugo Thiessard Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) --- Should we add this information in the 10.3 File Systems section of the manu= al ? In file-system > type doc/guix.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index a5c9779c86..fe44247d76 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2383,9 +2383,9 @@ bootloaders. =20 Once you are done partitioning the target hard disk drive, you have to create a file system on the relevant partition(s)@footnote{Currently -Guix System only supports ext4, btrfs, and JFS file systems. In particula= r, -code that reads file system UUIDs and labels only works for these file sys= tem -types.}. For the ESP, if you have one and assuming it is +Guix System only supports ext4, btrfs, JFS and F2FS file systems. In +particular, code that reads file system UUIDs and labels only works for th= ese +file system types.}. For the ESP, if you have one and assuming it is @file{/dev/sda1}, run: =20 @example --=20 2.29.2 From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 06 18:44:47 2020 Received: (at 45087-done) by debbugs.gnu.org; 6 Dec 2020 23:44:47 +0000 Received: from localhost ([127.0.0.1]:51745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km3hv-0002ju-Mw for submit@debbugs.gnu.org; Sun, 06 Dec 2020 18:44:47 -0500 Received: from tobias.gr ([80.241.217.52]:39266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1km3ht-0002jl-IE for 45087-done@debbugs.gnu.org; Sun, 06 Dec 2020 18:44:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=kX6uHXy0jzLxS4ttCaxewkSj3Q5lb1tNnvggo7mBajI=; h=date:in-reply-to: references:subject:cc:to:from; b=LAz2DzL+FAv1aU/cgEPCHvdpsjXzD1Hkpwm22 Kg9eUnk26kPm/sWrQ7/zvqnF8yai2ug27zSVvVj1Up5sg26tprSffu8o2NdZJeaLr8g0Lj d6mgFEJDJN8xnTkNqb5ONVricGF1S/drXC/pkCcyGf12wL7/WylIY0w/JDSTgQU/Cms+7T wIVJTz6qcETci1cp/NnwxLVAQGdTFIfrW9HjiDO3cQNQ9T/BSZ/HR8bYxp4Bqa/etfwQso agOMgjqqJ7i1wuzvpa3Ok7Qum1p95WmwqpZwqvK7kkaPMQqkIKSxIh3u3HlvSgoM5s8UtU eU/KnGm9RCbxtZd9rONraEeLQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 068a810c (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Sun, 6 Dec 2020 23:44:59 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: Hugo Thiessard Subject: Re: [bug#45087] [PATCH] Improve documentation for supported file systems References: <20201206190114.10290-1-htsr@pm.me> In-reply-to: <20201206190114.10290-1-htsr@pm.me> Date: Mon, 07 Dec 2020 00:44:42 +0100 Message-ID: <87h7oywlcl.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 45087-done Cc: 45087-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 (---) --=-=-= Content-Type: text/plain; format=flowed Hugo, Thanks for testing. I added a commit message following our rules (and a comma) and pushed your change as . Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX81s6w0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15VpMBAMRQszno3b3YFPklrbh8fdo1NgFSbiqopl4cO9cO rHM1AQCFq0MV58LvSc67Bjxe0YXH6P6Ypwqv1pWXbV/bJKOHAQ== =OEvY -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 17:22:58 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 04 Jan 2021 12:24:14 +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