pkgcore / pychroot

a python library and cli tool that simplify chroot handling
https://pkgcore.github.io/pychroot/
BSD 3-Clause "New" or "Revised" License
32 stars 7 forks source link

add support for reading /proc/filesystems to determine supported fs types #5

Open radhermit opened 9 years ago

radhermit commented 9 years ago

Instead of maintaining a static list we should parse supported nodev fs types from /proc/filesystems since that will change from host to host.