me.fier.chroot/scripts/mount/50_main.py

5 lines
111 B
Python
Raw Normal View History

2023-07-05 02:30:47 +00:00
import os
for mount in _g["mounts"]:
2023-07-05 02:30:47 +00:00
_g["mountBind"](os.path.sep + mount,os.path.join(_chroot["dir"],mount))