cockpit/storage-btrfs.patch

13 lines
553 B
Diff
Raw Normal View History

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,
}
const filesystem_options = [];
+ add_fsys("btrfs", { value: "btrfs", title: "BTRFS " + _("(recommended)") });
add_fsys("xfs", { value: "xfs", title: "XFS" });
add_fsys("ext4", { value: "ext4", title: "EXT4" });
if (client.features.btrfs)