removed btrfs from automated partition

This commit is contained in:
Sohrab Behdani 2024-04-06 17:17:21 +03:30
parent 0125c8a71b
commit e038a77903
2 changed files with 10 additions and 10 deletions

View file

@ -39,7 +39,7 @@ defaultFileSystemType: "ext4"
# warning (this matches traditional no-choice-available behavior best). # warning (this matches traditional no-choice-available behavior best).
# availableFileSystemTypes: ["ext4","btrfs","xfs","f2fs"] # availableFileSystemTypes: ["ext4","btrfs","xfs","f2fs"]
availableFileSystemTypes: ["ext4","btrfs","f2fs","xfs"] availableFileSystemTypes: ["ext4","f2fs","xfs"]
partitionLayout: partitionLayout:
- name: "ParchLinux" - name: "ParchLinux"

View file

@ -19,11 +19,11 @@
# #
# The setting can also be a full URL which will then be used # The setting can also be a full URL which will then be used
# instead of the one from the branding file. # instead of the one from the branding file.
#showSupportUrl: true showSupportUrl: true
#showKnownIssuesUrl: true showKnownIssuesUrl: true
#showReleaseNotesUrl: false showReleaseNotesUrl: false
# TODO:3.3 Move to branding, keep only a bool here # TODO:3.3 Move to branding, keep only a bool here
#showDonateUrl: https://kde.org/community/donations/ showDonateUrl: https://daramet.com/parchlinux
# Requirements checking. These are general, generic, things # Requirements checking. These are general, generic, things
# that are checked. They may not match with the actual requirements # that are checked. They may not match with the actual requirements
@ -61,7 +61,7 @@ requirements:
# If any of these conditions are not met, the user cannot # If any of these conditions are not met, the user cannot
# continue past the welcome page. # continue past the welcome page.
required: required:
# - storage - storage
- ram - ram
# - root # - root
@ -86,10 +86,10 @@ requirements:
# NOTE: the *selector* must pick the country code from the GeoIP # NOTE: the *selector* must pick the country code from the GeoIP
# data. Timezone, city, or other data will not be recognized. # data. Timezone, city, or other data will not be recognized.
# #
geoip: #geoip:
style: "none" # style: "none"
url: "https://geoip.kde.org/v1/ubiquity" # extended XML format # url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
selector: "CountryCode" # blank uses default, which is wrong # selector: "CountryCode" # blank uses default, which is wrong
# User interface # User interface
# #