several improvements

- drop vfs
 - less hardcoded stuff, use the runtime status
 - Remove things that syscalls dont understand (defaults, auto)

Signed-off-by: Itxaka <itxaka@spectrocloud.com>
This commit is contained in:
Itxaka
2023-02-06 16:20:18 +01:00
parent fcdc2f28b6
commit f98954367f
7 changed files with 125 additions and 39 deletions

View File

@@ -18,5 +18,6 @@ func (m mountOperation) run() error {
return err
}
}
return mount.All([]mount.Mount{m.MountOption}, m.Target)
}