calamares/src/modules/localecfg/module.desc
Adriaan de Groot cdd2b9cc79 Modules: set noconfig:true on Python modules
- hwclock, initramfs, localecfg and networkcfg don't have any
   config file to work with, so set that explicitly in the module.desc
2020-01-24 23:10:41 +01:00

10 lines
247 B
Plaintext

# Enable the configured locales (those set by the user on the
# user page) in /etc/locale.gen, if they are available in the
# target system.
---
type: "job"
name: "localecfg"
interface: "python"
script: "main.py"
noconfig: true