calamares/src/modules/networkcfg/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

8 lines
122 B
Plaintext

---
type: "job"
name: "networkcfg"
interface: "python"
requires: []
script: "main.py"
noconfig: true