Update welcome screen
This commit is contained in:
parent
eaa68023df
commit
d096a92aff
4 changed files with 11 additions and 3 deletions
|
@ -11,6 +11,7 @@ strings:
|
|||
versionedName: TileOS 1.0 (t-rex)
|
||||
shortVersionedName: TileOS 1.0
|
||||
bootloaderEntryName: TileOS
|
||||
supportUrl: https://github.com/Tile-OS/TileOS/issues
|
||||
|
||||
images:
|
||||
productLogo: "tileos-logo.png"
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 56 KiB After Width: | Height: | Size: 195 KiB |
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
showSupportUrl: true
|
||||
showKnownIssuesUrl: true
|
||||
showReleaseNotesUrl: true
|
||||
showKnownIssuesUrl: false
|
||||
showReleaseNotesUrl: false
|
||||
|
||||
requirements:
|
||||
requiredStorage: 20
|
||||
|
@ -13,7 +13,15 @@ requirements:
|
|||
- ram
|
||||
- power
|
||||
- root
|
||||
- internet
|
||||
required:
|
||||
- storage
|
||||
- ram
|
||||
- root
|
||||
- internet
|
||||
|
||||
# Try to set language if internet available
|
||||
geoip:
|
||||
style: "json"
|
||||
url: "https://ipapi.co/json"
|
||||
selector: "country"
|
||||
|
|
1
debian/files
vendored
1
debian/files
vendored
|
@ -1 +0,0 @@
|
|||
calamares-settings-tileos-sway_1.7~tileos_source.buildinfo utils optional
|
Loading…
Add table
Reference in a new issue