Add F2FS support

This commit is contained in:
Aleksey Samoilov 2025-06-21 02:22:53 +04:00
parent 9c974358f4
commit f9bff4d992
7 changed files with 8 additions and 5 deletions

View file

@ -48,6 +48,8 @@ mountOptions:
- filesystem: btrfs
options: [ defaults, noatime, autodefrag ]
ssdOptions: [ discard, compress=lzo ]
- filesystem: f2fs
ssdOptions: [ compress_algorithm=zstd:6, compress_chksum, atgc, gc_merge, lazytime ]
- filesystem: ext4
ssdOptions: [ discard ]
- filesystem: jfs

1
debian/control vendored
View file

@ -78,6 +78,7 @@ Depends: calamares,
rsync,
btrfs-progs,
cryptsetup,
f2fs-tools,
libglib2.0-bin,
kdialog,
keyutils,

View file

@ -7,7 +7,7 @@ userSwapChoices:
initialSwapChoice: none
drawNestedPartitions: true
defaultFileSystemType: "btrfs"
availableFileSystemTypes: ["ext4","btrfs","xfs"]
availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
partitionLayout:
- name: "tileos_boot"
filesystem: ext4

View file

@ -7,7 +7,7 @@ userSwapChoices:
initialSwapChoice: none
drawNestedPartitions: true
defaultFileSystemType: "btrfs"
availableFileSystemTypes: ["ext4","btrfs","xfs"]
availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
partitionLayout:
- name: "tileos_boot"
filesystem: ext4

View file

@ -7,7 +7,7 @@ userSwapChoices:
initialSwapChoice: none
drawNestedPartitions: true
defaultFileSystemType: "btrfs"
availableFileSystemTypes: ["ext4","btrfs","xfs"]
availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
partitionLayout:
- name: "tileos_boot"
filesystem: ext4

View file

@ -7,7 +7,7 @@ userSwapChoices:
initialSwapChoice: none
drawNestedPartitions: true
defaultFileSystemType: "btrfs"
availableFileSystemTypes: ["ext4","btrfs","xfs"]
availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
partitionLayout:
- name: "tileos_boot"
filesystem: ext4

View file

@ -7,7 +7,7 @@ userSwapChoices:
initialSwapChoice: none
drawNestedPartitions: true
defaultFileSystemType: "btrfs"
availableFileSystemTypes: ["ext4","btrfs","xfs"]
availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
partitionLayout:
- name: "tileos_boot"
filesystem: ext4