Getting Kicksecure to install with BTRFS is pretty easy, almost trivial. Getting a snapshotting UI is a bit harder since btrfs-assistant (the only good Snapper frontend I know of) isn’t available in releases older than Trixie. There’s other ways of managing BTRFS snapshots that are worth looking into though, so I don’t see why we can’t make BTRFS an option for now and then explore further developments with it later.
Which will as I assume into asking the user if btrfs or ext4.
defaultFileSystemType: "ext4"
Let’s just change the default and avoid adding an extra question? Advanced users are free to use the partition too but I think for most users this is a too confusing, difficult question to decide.
Do we currently have “double swap” issue? swap-file-creator + swap sub volume created by calamares?
Let’s just change the default and avoid adding an extra question?
BTRFS comes with significant additional maintenance needs and benefits from the user having some level of technical expertise. I would be leery of using it as the default. Lubuntu, Kubuntu, and Ubuntu Unity have been shipping with a multi-choice between ext4, BTRFS, and xfs for a while now and no one has reported problems figuring it out (presumably because they stick with the default of ext4 if in doubt). Those who know what they’re doing can change it manually, was my thinking.