mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
parent
f3bfc81e52
commit
81c4114de9
1 changed files with 5 additions and 1 deletions
|
@ -55,8 +55,12 @@ requirements:
|
|||
# connectivity, though. Configuration is like in the locale module,
|
||||
# but remember to use a URL that returns full data **and** to
|
||||
# use a selector that will pick the country, not the timezone.
|
||||
#
|
||||
# To disable, either comment-out the entire section, or set
|
||||
# the *style* key to an unsupported format (e.g. `none`, as is
|
||||
# done here).
|
||||
|
||||
geoip:
|
||||
style: "xml"
|
||||
style: "none"
|
||||
url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
|
||||
selector: "CountryCode" # blank uses default, which is wrong
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue