Set Btrfs as default FS for auto partition
This commit is contained in:
parent
ab3b379487
commit
9c974358f4
6 changed files with 6 additions and 5 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -76,6 +76,7 @@ Package: calamares-settings-tileos-common
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: calamares,
|
Depends: calamares,
|
||||||
rsync,
|
rsync,
|
||||||
|
btrfs-progs,
|
||||||
cryptsetup,
|
cryptsetup,
|
||||||
libglib2.0-bin,
|
libglib2.0-bin,
|
||||||
kdialog,
|
kdialog,
|
||||||
|
|
|
@ -6,7 +6,7 @@ userSwapChoices:
|
||||||
- file
|
- file
|
||||||
initialSwapChoice: none
|
initialSwapChoice: none
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "ext4"
|
defaultFileSystemType: "btrfs"
|
||||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||||
partitionLayout:
|
partitionLayout:
|
||||||
- name: "tileos_boot"
|
- name: "tileos_boot"
|
||||||
|
|
|
@ -6,7 +6,7 @@ userSwapChoices:
|
||||||
- file
|
- file
|
||||||
initialSwapChoice: none
|
initialSwapChoice: none
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "ext4"
|
defaultFileSystemType: "btrfs"
|
||||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||||
partitionLayout:
|
partitionLayout:
|
||||||
- name: "tileos_boot"
|
- name: "tileos_boot"
|
||||||
|
|
|
@ -6,7 +6,7 @@ userSwapChoices:
|
||||||
- file
|
- file
|
||||||
initialSwapChoice: none
|
initialSwapChoice: none
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "ext4"
|
defaultFileSystemType: "btrfs"
|
||||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||||
partitionLayout:
|
partitionLayout:
|
||||||
- name: "tileos_boot"
|
- name: "tileos_boot"
|
||||||
|
|
|
@ -6,7 +6,7 @@ userSwapChoices:
|
||||||
- file
|
- file
|
||||||
initialSwapChoice: none
|
initialSwapChoice: none
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "ext4"
|
defaultFileSystemType: "btrfs"
|
||||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||||
partitionLayout:
|
partitionLayout:
|
||||||
- name: "tileos_boot"
|
- name: "tileos_boot"
|
||||||
|
|
|
@ -6,7 +6,7 @@ userSwapChoices:
|
||||||
- file
|
- file
|
||||||
initialSwapChoice: none
|
initialSwapChoice: none
|
||||||
drawNestedPartitions: true
|
drawNestedPartitions: true
|
||||||
defaultFileSystemType: "ext4"
|
defaultFileSystemType: "btrfs"
|
||||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||||
partitionLayout:
|
partitionLayout:
|
||||||
- name: "tileos_boot"
|
- name: "tileos_boot"
|
||||||
|
|
Loading…
Add table
Reference in a new issue