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
|
||||
Depends: calamares,
|
||||
rsync,
|
||||
btrfs-progs,
|
||||
cryptsetup,
|
||||
libglib2.0-bin,
|
||||
kdialog,
|
||||
|
|
|
@ -6,7 +6,7 @@ userSwapChoices:
|
|||
- file
|
||||
initialSwapChoice: none
|
||||
drawNestedPartitions: true
|
||||
defaultFileSystemType: "ext4"
|
||||
defaultFileSystemType: "btrfs"
|
||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||
partitionLayout:
|
||||
- name: "tileos_boot"
|
||||
|
|
|
@ -6,7 +6,7 @@ userSwapChoices:
|
|||
- file
|
||||
initialSwapChoice: none
|
||||
drawNestedPartitions: true
|
||||
defaultFileSystemType: "ext4"
|
||||
defaultFileSystemType: "btrfs"
|
||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||
partitionLayout:
|
||||
- name: "tileos_boot"
|
||||
|
|
|
@ -6,7 +6,7 @@ userSwapChoices:
|
|||
- file
|
||||
initialSwapChoice: none
|
||||
drawNestedPartitions: true
|
||||
defaultFileSystemType: "ext4"
|
||||
defaultFileSystemType: "btrfs"
|
||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||
partitionLayout:
|
||||
- name: "tileos_boot"
|
||||
|
|
|
@ -6,7 +6,7 @@ userSwapChoices:
|
|||
- file
|
||||
initialSwapChoice: none
|
||||
drawNestedPartitions: true
|
||||
defaultFileSystemType: "ext4"
|
||||
defaultFileSystemType: "btrfs"
|
||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||
partitionLayout:
|
||||
- name: "tileos_boot"
|
||||
|
|
|
@ -6,7 +6,7 @@ userSwapChoices:
|
|||
- file
|
||||
initialSwapChoice: none
|
||||
drawNestedPartitions: true
|
||||
defaultFileSystemType: "ext4"
|
||||
defaultFileSystemType: "btrfs"
|
||||
availableFileSystemTypes: ["ext4","btrfs","xfs"]
|
||||
partitionLayout:
|
||||
- name: "tileos_boot"
|
||||
|
|
Loading…
Add table
Reference in a new issue