mounts: include tree directory in arguments
Include the path to the tree for all mount services, so that future services can e.g. bind mount something inside the tree.
This commit is contained in:
parent
f50146d3c5
commit
a27b3f78bc
1 changed files with 3 additions and 1 deletions
|
|
@ -63,9 +63,11 @@ class MountManager:
|
|||
|
||||
args = {
|
||||
"source": source,
|
||||
"root": self.root,
|
||||
"target": mount.target,
|
||||
|
||||
"root": self.root,
|
||||
"tree": self.devices.tree,
|
||||
|
||||
"options": mount.options,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue