> On 15 Mar 2024, at 19:14, Stefan Schantl wrote: > > Signed-off-by: Stefan Schantl > --- > src/installer/main.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 = sizeof(filesystems) / sizeof(*filesystems); > -- > 2.39.2 >