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
main
Adriaan de Groot 5 years ago
parent 8d47751cb2
commit cdd2b9cc79

@ -4,3 +4,4 @@ name: "hwclock"
interface: "python"
requires: []
script: "main.py"
noconfig: true

@ -3,3 +3,4 @@ type: "job"
name: "initramfscfg"
interface: "python"
script: "main.py"
noconfig: true

@ -6,3 +6,4 @@ type: "job"
name: "localecfg"
interface: "python"
script: "main.py"
noconfig: true

@ -4,3 +4,4 @@ name: "networkcfg"
interface: "python"
requires: []
script: "main.py"
noconfig: true

Loading…
Cancel
Save