mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[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
1 changed files with 2 additions and 0 deletions
|
@ -4,3 +4,5 @@ type: "job"
|
|||
name: "unpackfs"
|
||||
interface: "python"
|
||||
script: "main.py"
|
||||
requiredModules:
|
||||
- mount
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue