me.fier.chroot/scripts/all-pre/40_mountpoints.py

8 lines
81 B
Python
Raw Normal View History

import os
_g["mounts"] = [
"proc",
"sys",
"dev",
os.path.join("dev","pts")
]