Its probably better not to have overlays of tmp.
All overlays should be able to share the one /tmp anyway.
This commit is contained in:
parent
553bb440cd
commit
bf856d87f0
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ def _parse_proc_mounts():
|
|||
def _find_mounts():
|
||||
all_mounts = set(part[1] for part in _parse_proc_mounts())
|
||||
mount_points = {"/", "/usr", "/bin", "/etc", "/lib", "/dev", "/home",
|
||||
"/boot", "/opt", "/run", "/root", "/var", "/tmp"}
|
||||
"/boot", "/opt", "/run", "/root", "/var"}
|
||||
return all_mounts.intersection(mount_points)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue