mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Set initial timezone for the locale viewmodule in module.conf.
This commit is contained in:
parent
df9f803572
commit
0a8aa66d58
1 changed files with 8 additions and 5 deletions
|
@ -1,8 +1,11 @@
|
||||||
# Module metadata file for locale viewmodule
|
# Module metadata file for locale viewmodule
|
||||||
# Syntax is YAML 1.2
|
# Syntax is YAML 1.2
|
||||||
---
|
---
|
||||||
type: "view"
|
type: "view"
|
||||||
name: "locale"
|
name: "locale"
|
||||||
interface: "qtplugin"
|
interface: "qtplugin"
|
||||||
requires: []
|
requires: []
|
||||||
load: "libcalamares_viewmodule_locale.so"
|
load: "libcalamares_viewmodule_locale.so"
|
||||||
|
configuration:
|
||||||
|
region: "Europe"
|
||||||
|
zone: "London"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue