2024-04-17 13:30:28 +02:00
|
|
|
Index: cockpit/pkg/storaged/block/format-dialog.jsx
|
|
|
|
===================================================================
|
|
|
|
--- cockpit.orig/pkg/storaged/block/format-dialog.jsx
|
|
|
|
+++ cockpit/pkg/storaged/block/format-dialog.jsx
|
|
|
|
@@ -143,6 +143,7 @@ function format_dialog_internal(client,
|
2022-07-28 15:45:38 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
const filesystem_options = [];
|
|
|
|
+ add_fsys("btrfs", { value: "btrfs", title: "BTRFS " + _("(recommended)") });
|
2024-04-17 13:30:28 +02:00
|
|
|
add_fsys("xfs", { value: "xfs", title: "XFS" });
|
2022-07-28 15:45:38 +02:00
|
|
|
add_fsys("ext4", { value: "ext4", title: "EXT4" });
|
2024-04-17 13:30:28 +02:00
|
|
|
if (client.features.btrfs)
|