From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH 16/17] installer: Mark BTRFS support as experimental Date: Mon, 18 Mar 2024 16:14:29 +0000 Message-ID: <15063002-182E-4553-8D01-6E778BBF2C28@ipfire.org> In-Reply-To: <20240315191442.3951-17-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0828439063082397464==" List-Id: --===============0828439063082397464== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable > On 15 Mar 2024, at 19:14, Stefan Schantl wrot= e: >=20 > Signed-off-by: Stefan Schantl > --- > src/installer/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/src/installer/main.c b/src/installer/main.c > index b3c9d27ee..154c2d66a 100644 > --- a/src/installer/main.c > +++ b/src/installer/main.c > @@ -720,7 +720,7 @@ int main(int argc, char *argv[]) { > { HW_FS_EXT4, _("ext4 Filesystem") }, > { HW_FS_EXT4_WO_JOURNAL, _("ext4 Filesystem without journal") }, > { HW_FS_XFS, _("XFS Filesystem") }, > - { HW_FS_BTRFS, _("BTRFS Filesystem") }, > + { HW_FS_BTRFS, _("BTRFS Filesystem (experimental)") }, Please make this EXPERIMENTAL. That should scare people more. > { 0, NULL }, > }; > unsigned int num_filesystems =3D sizeof(filesystems) / sizeof(*filesystems); > --=20 > 2.39.2 >=20 --===============0828439063082397464==--