From patchwork Fri Mar 15 19:14:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 7640 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4TxDVD6b44z3wnw for ; Fri, 15 Mar 2024 19:15:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4TxDTz0kYLzFMg; Fri, 15 Mar 2024 19:15:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TxDTr4nsBz32q4; Fri, 15 Mar 2024 19:15:12 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TxDTd1fpNz32nF for ; Fri, 15 Mar 2024 19:15:01 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4TxDTb6Y1pz4Rt; Fri, 15 Mar 2024 19:14:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1710530100; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=S7Ds3M43pefebnDx6tVVTqOyqAirRaHxdVo66VQLZhc=; b=WPGFOM71zCBwSlYXwRa+Z0L8kCvPfFUcrJxwsRG50SeUOsxgtTgh+ITY8yXHTYLfVW0xRq 37G0HUBGMpZCpDBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1710530100; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=S7Ds3M43pefebnDx6tVVTqOyqAirRaHxdVo66VQLZhc=; b=A4ExKGX9qdPq6LcDhavpkI5asvOnKbaIZr0LBkA3yl1YtyBexCc8vT1yzRrtsVhCxj+e1R Ms3GA9P2Z4ejr7mvkGBP8rEJ/HOhuk8FJmGfAMDGqd8BNzvo/iLGwcWZ7AdKKWEjRx/qws XTIeoHhozo+wtSZEw2fLJPQcf9Rq6x6tjJXJWGhTD7Lj+WWo2fxlGpbswadL4u6h70QKaK fAlXQoF0/0gw0s90TmdyuO+Srbd5I+N2gUjD8EQFDjjcE2J0Wat0zxIUQVIA9pvo+Gd2t0 FO8p6e09QY3/n21gasX0sMayXEtiVBtwqwvMKx2mWYAL1qttlTvkNlOtHgdnEg== 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> References: <20240315191442.3951-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: RAXSPY4EDYUAJ25T5SI5I7EZMSJORNFT X-Message-ID-Hash: RAXSPY4EDYUAJ25T5SI5I7EZMSJORNFT X-MailFrom: stefan.schantl@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: 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);