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
|
- filesystem: btrfs
|
||||||
options: [ defaults, noatime, autodefrag ]
|
options: [ defaults, noatime, autodefrag ]
|
||||||
ssdOptions: [ discard, compress=lzo ]
|
ssdOptions: [ discard, compress=lzo ]
|
||||||
|
- filesystem: f2fs
|
||||||
|
ssdOptions: [ compress_algorithm=zstd:6, compress_chksum, atgc, gc_merge, lazytime ]
|
||||||
- filesystem: ext4
|
- filesystem: ext4
|
||||||
ssdOptions: [ discard ]
|
ssdOptions: [ discard ]
|
||||||
- filesystem: jfs
|
- filesystem: jfs
|
||||||
|
|
1
debian/control
vendored
1
debian/control
vendored
|
@ -78,6 +78,7 @@ Depends: calamares,
|
||||||
rsync,
|
rsync,
|
||||||
btrfs-progs,
|
btrfs-progs,
|
||||||
cryptsetup,
|
cryptsetup,
|
||||||
|
f2fs-tools,
|
||||||
libglib2.0-bin,
|
libglib2.0-bin,
|
||||||
kdialog,
|
kdialog,
|
||||||
keyutils,
|
keyutils,
|
||||||
|
|
|
@ -7,7 +7,7 @@ userSwapChoices:
|
||||||
initialSwapChoice: none
|
initialSwapChoice: none
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "btrfs"
|
defaultFileSystemType: "btrfs"
|
||||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
|
||||||
partitionLayout:
|
partitionLayout:
|
||||||
- name: "tileos_boot"
|
- name: "tileos_boot"
|
||||||
filesystem: ext4
|
filesystem: ext4
|
||||||
|
|
|
@ -7,7 +7,7 @@ userSwapChoices:
|
||||||
initialSwapChoice: none
|
initialSwapChoice: none
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "btrfs"
|
defaultFileSystemType: "btrfs"
|
||||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
|
||||||
partitionLayout:
|
partitionLayout:
|
||||||
- name: "tileos_boot"
|
- name: "tileos_boot"
|
||||||
filesystem: ext4
|
filesystem: ext4
|
||||||
|
|
|
@ -7,7 +7,7 @@ userSwapChoices:
|
||||||
initialSwapChoice: none
|
initialSwapChoice: none
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "btrfs"
|
defaultFileSystemType: "btrfs"
|
||||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
|
||||||
partitionLayout:
|
partitionLayout:
|
||||||
- name: "tileos_boot"
|
- name: "tileos_boot"
|
||||||
filesystem: ext4
|
filesystem: ext4
|
||||||
|
|
|
@ -7,7 +7,7 @@ userSwapChoices:
|
||||||
initialSwapChoice: none
|
initialSwapChoice: none
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "btrfs"
|
defaultFileSystemType: "btrfs"
|
||||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
|
||||||
partitionLayout:
|
partitionLayout:
|
||||||
- name: "tileos_boot"
|
- name: "tileos_boot"
|
||||||
filesystem: ext4
|
filesystem: ext4
|
||||||
|
|
|
@ -7,7 +7,7 @@ userSwapChoices:
|
||||||
initialSwapChoice: none
|
initialSwapChoice: none
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "btrfs"
|
defaultFileSystemType: "btrfs"
|
||||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
availableFileSystemTypes: ["btrfs","ext4","f2fs","xfs"]
|
||||||
partitionLayout:
|
partitionLayout:
|
||||||
- name: "tileos_boot"
|
- name: "tileos_boot"
|
||||||
filesystem: ext4
|
filesystem: ext4
|
||||||
|
|
Loading…
Add table
Reference in a new issue