diff --git a/chroot.py b/chroot.py index 5a23c30..1554112 100755 --- a/chroot.py +++ b/chroot.py @@ -8,7 +8,9 @@ mounts = [ "proc", "sys", "dev", - p("dev","pts") + p("dev","pts"), + "tmp", + "run" ] def call(cmd,*args,**kwargs):