calamares/src/modules/unpackfs/module.desc
Adriaan de Groot 73b8ecd622 [unpackfs] Drop special-case for unpackfs
- make the module weight 12, rather than special-casing internals
2020-08-12 16:03:25 +02:00

9 lines
151 B
Plaintext

# Syntax is YAML 1.2
---
type: "job"
name: "unpackfs"
interface: "python"
script: "main.py"
requiredModules: [ mount ]
weight: 12