removed btrfs from automated partition
This commit is contained in:
parent
0125c8a71b
commit
e038a77903
2 changed files with 10 additions and 10 deletions
etc/calamares/modules
|
@ -39,7 +39,7 @@ defaultFileSystemType: "ext4"
|
|||
# warning (this matches traditional no-choice-available behavior best).
|
||||
# availableFileSystemTypes: ["ext4","btrfs","xfs","f2fs"]
|
||||
|
||||
availableFileSystemTypes: ["ext4","btrfs","f2fs","xfs"]
|
||||
availableFileSystemTypes: ["ext4","f2fs","xfs"]
|
||||
|
||||
partitionLayout:
|
||||
- name: "ParchLinux"
|
||||
|
|
|
@ -19,11 +19,11 @@
|
|||
#
|
||||
# The setting can also be a full URL which will then be used
|
||||
# instead of the one from the branding file.
|
||||
#showSupportUrl: true
|
||||
#showKnownIssuesUrl: true
|
||||
#showReleaseNotesUrl: false
|
||||
showSupportUrl: true
|
||||
showKnownIssuesUrl: true
|
||||
showReleaseNotesUrl: false
|
||||
# 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
|
||||
# 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
|
||||
# continue past the welcome page.
|
||||
required:
|
||||
# - storage
|
||||
- storage
|
||||
- ram
|
||||
# - root
|
||||
|
||||
|
@ -86,10 +86,10 @@ requirements:
|
|||
# NOTE: the *selector* must pick the country code from the GeoIP
|
||||
# data. Timezone, city, or other data will not be recognized.
|
||||
#
|
||||
geoip:
|
||||
style: "none"
|
||||
url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
|
||||
selector: "CountryCode" # blank uses default, which is wrong
|
||||
#geoip:
|
||||
# style: "none"
|
||||
# url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
|
||||
# selector: "CountryCode" # blank uses default, which is wrong
|
||||
|
||||
# User interface
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue