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
This commit is contained in:
Adriaan de Groot 2020-01-24 23:10:41 +01:00
parent 8d47751cb2
commit cdd2b9cc79
4 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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