Add /tmp and /run to mounts list

This commit is contained in:
Fierelier 2023-03-30 16:36:50 +02:00
parent b37865cec3
commit c77ee6f4bc

View File

@ -8,7 +8,9 @@ mounts = [
"proc",
"sys",
"dev",
p("dev","pts")
p("dev","pts"),
"tmp",
"run"
]
def call(cmd,*args,**kwargs):