[unpackfs] Needs mount before it
- The mount module must happen before unpackfs because that (mount) module sets up the root mount point (in /tmp) and some other variables needed later.
This commit is contained in:
parent
4652df0643
commit
b0bcdba867
@ -4,3 +4,5 @@ type: "job"
|
|||||||
name: "unpackfs"
|
name: "unpackfs"
|
||||||
interface: "python"
|
interface: "python"
|
||||||
script: "main.py"
|
script: "main.py"
|
||||||
|
requiredModules:
|
||||||
|
- mount
|
||||||
|
Loading…
Reference in New Issue
Block a user