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:
parent
8d47751cb2
commit
cdd2b9cc79
@ -4,3 +4,4 @@ name: "hwclock"
|
|||||||
interface: "python"
|
interface: "python"
|
||||||
requires: []
|
requires: []
|
||||||
script: "main.py"
|
script: "main.py"
|
||||||
|
noconfig: true
|
||||||
|
@ -3,3 +3,4 @@ type: "job"
|
|||||||
name: "initramfscfg"
|
name: "initramfscfg"
|
||||||
interface: "python"
|
interface: "python"
|
||||||
script: "main.py"
|
script: "main.py"
|
||||||
|
noconfig: true
|
||||||
|
@ -6,3 +6,4 @@ type: "job"
|
|||||||
name: "localecfg"
|
name: "localecfg"
|
||||||
interface: "python"
|
interface: "python"
|
||||||
script: "main.py"
|
script: "main.py"
|
||||||
|
noconfig: true
|
||||||
|
@ -4,3 +4,4 @@ name: "networkcfg"
|
|||||||
interface: "python"
|
interface: "python"
|
||||||
requires: []
|
requires: []
|
||||||
script: "main.py"
|
script: "main.py"
|
||||||
|
noconfig: true
|
||||||
|
Loading…
Reference in New Issue
Block a user