[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.
main
Adriaan de Groot 7 years ago
parent 4652df0643
commit b0bcdba867

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

Loading…
Cancel
Save