Add F2FS support
This commit is contained in:
parent
9c974358f4
commit
f9bff4d992
7 changed files with 8 additions and 5 deletions
|
@ -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
1
debian/control
vendored
|
@ -78,6 +78,7 @@ Depends: calamares,
|
|||
rsync,
|
||||
btrfs-progs,
|
||||
cryptsetup,
|
||||
f2fs-tools,
|
||||
libglib2.0-bin,
|
||||
kdialog,
|
||||
keyutils,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue