Repait module.desc
- a handful of modules had an unused *requires* key in module.desc; this is probably from previous intentions around prerequisites-testing. Since the settings were empty anyway, they have been removed. - [unpackfs] Compacted the way *requiredModules* list is written
This commit is contained in:
parent
efd7145f76
commit
f73f94da27
@ -2,5 +2,4 @@
|
|||||||
type: "job"
|
type: "job"
|
||||||
name: "displaymanager"
|
name: "displaymanager"
|
||||||
interface: "python"
|
interface: "python"
|
||||||
requires: []
|
|
||||||
script: "main.py"
|
script: "main.py"
|
||||||
|
@ -2,6 +2,5 @@
|
|||||||
type: "job"
|
type: "job"
|
||||||
name: "hwclock"
|
name: "hwclock"
|
||||||
interface: "python"
|
interface: "python"
|
||||||
requires: []
|
|
||||||
script: "main.py"
|
script: "main.py"
|
||||||
noconfig: true
|
noconfig: true
|
||||||
|
@ -2,6 +2,5 @@
|
|||||||
type: "job"
|
type: "job"
|
||||||
name: "networkcfg"
|
name: "networkcfg"
|
||||||
interface: "python"
|
interface: "python"
|
||||||
requires: []
|
|
||||||
script: "main.py"
|
script: "main.py"
|
||||||
noconfig: true
|
noconfig: true
|
||||||
|
@ -2,5 +2,4 @@
|
|||||||
type: "job"
|
type: "job"
|
||||||
name: "services-systemd"
|
name: "services-systemd"
|
||||||
interface: "python"
|
interface: "python"
|
||||||
requires: []
|
|
||||||
script: "main.py"
|
script: "main.py"
|
||||||
|
@ -4,5 +4,4 @@ type: "job"
|
|||||||
name: "unpackfs"
|
name: "unpackfs"
|
||||||
interface: "python"
|
interface: "python"
|
||||||
script: "main.py"
|
script: "main.py"
|
||||||
requiredModules:
|
requiredModules: [ mount ]
|
||||||
- mount
|
|
||||||
|
Loading…
Reference in New Issue
Block a user