fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.1k stars 110 forks source link

Replace `mountpoint` command by checking mounts file #188

Closed fsquillace closed 7 years ago

fsquillace commented 7 years ago

mountpoint does not detect some directory. By checking directly from /proc/self/mounts groot can be more reliable and portable.