From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41530) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJkv0-0002ww-RY for guix-patches@gnu.org; Wed, 01 Apr 2020 17:29:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJkuz-0004kg-SJ for guix-patches@gnu.org; Wed, 01 Apr 2020 17:29:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55475) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJkuz-0004kW-Oq for guix-patches@gnu.org; Wed, 01 Apr 2020 17:29:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJkuz-0003q6-K6 for guix-patches@gnu.org; Wed, 01 Apr 2020 17:29:01 -0400 Subject: [bug#40236] [PATCH] doc: Suggest Btrfs with compression instead of ext4 for root partition. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200326083524.20275-1-mail@ambrevar.xyz> <87h7y5z3x0.fsf@gmail.com> Date: Wed, 01 Apr 2020 23:28:05 +0200 In-Reply-To: <87h7y5z3x0.fsf@gmail.com> (Maxim Cournoyer's message of "Mon, 30 Mar 2020 21:52:43 -0400") Message-ID: <87lfnesxp6.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Maxim Cournoyer Cc: 40236@debbugs.gnu.org, Pierre Neidhardt Hi! Maxim Cournoyer skribis: > I've marked this blocked by 37305, which includes GRUB support for > booting from a subvolume as well as documentation about Btrfs usage in > Guix. Also, the installer defaults to ext4 and that=E2=80=99s probably a more tes= ted configuration currently. Ludo=E2=80=99.