[16/17] installer: Mark BTRFS support as experimental

Message ID 20240315191442.3951-17-stefan.schantl@ipfire.org
State Superseded
Headers
Series BTRFS support on IPFire 2.x (experimental) |

Commit Message

Stefan Schantl March 15, 2024, 7:14 p.m. UTC
  Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 src/installer/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Michael Tremer March 18, 2024, 4:14 p.m. UTC | #1
> On 15 Mar 2024, at 19:14, Stefan Schantl <stefan.schantl@ipfire.org> wrote:
> 
> Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
> ---
> 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
>
  

Patch

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)") },
 			{ 0, NULL },
 		};
 		unsigned int num_filesystems = sizeof(filesystems) / sizeof(*filesystems);