mirror of
https://github.com/tuxdotrs/tuxOS.git
synced 2025-07-06 09:46:34 +05:30
39 lines
807 B
Plaintext
39 lines
807 B
Plaintext
# SPDX-FileCopyrightText: no
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
#
|
|
# Configuration for the welcome module.
|
|
|
|
# Show Links from the branding file.
|
|
showSupportUrl: false
|
|
showKnownIssuesUrl: false
|
|
showReleaseNotesUrl: false
|
|
showDonateUrl: false
|
|
|
|
# Requirements checking.
|
|
requirements:
|
|
requiredStorage: 8.0
|
|
|
|
requiredRam: 1.0
|
|
|
|
internetCheckUrl: http://example.com
|
|
|
|
check:
|
|
- storage
|
|
- ram
|
|
- power
|
|
- root
|
|
- screen
|
|
|
|
required:
|
|
- ram
|
|
- root
|
|
|
|
# GeoIP checking
|
|
geoip:
|
|
style: "none"
|
|
url: "https://geoip.kde.org/v1/ubiquity" # extended XML format
|
|
selector: "CountryCode" # blank uses default, which is wrong
|
|
|
|
# User interface
|
|
languageIcon: /etc/calamares/branding/tuxOS/icons/language.svg
|