[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:
Adriaan de Groot 2018-08-07 06:01:04 -04:00
parent 4652df0643
commit b0bcdba867

View File

@ -4,3 +4,5 @@ type: "job"
name: "unpackfs" name: "unpackfs"
interface: "python" interface: "python"
script: "main.py" script: "main.py"
requiredModules:
- mount