calamares/src/modules/locale/module.desc
Teo Mrnjavac 8f10c21e5b Big configuration overhaul.
Module descriptors are now module.desc, no configuration allowed inside.
Module config files are <modulename>.conf, installed in
share/calamares/modules.
settings.conf is read from /etc/calamares, then share/calamares, and if
running with --debug also in the current dir.
Module config files are read from /etc/calamares/modules, then
share/calamares/modules, and if running with --debug also in
src/modules/<modulename> relative to the current dir.
2014-08-06 11:54:45 +02:00

8 lines
197 B
Plaintext

# Module metadata file for locale viewmodule
# Syntax is YAML 1.2
---
type: "view"
name: "locale"
interface: "qtplugin"
load: "libcalamares_viewmodule_locale.so"