From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 16/17] installer: Mark BTRFS support as experimental Date: Fri, 15 Mar 2024 20:14:41 +0100 Message-ID: <20240315191442.3951-17-stefan.schantl@ipfire.org> In-Reply-To: <20240315191442.3951-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4321975863171802733==" List-Id: --===============4321975863171802733== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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)") }, { 0, NULL }, }; unsigned int num_filesystems = sizeof(filesystems) / sizeof(*filesystems); -- 2.39.2 --===============4321975863171802733==--