Skip to content

Use /proc/self/mounts instead of /etc/mtab

Daan De Meyer requested to merge daandemeyer/pacman:mtab into master

These days /etc/mtab is just a symlink to /proc/self/mounts, so let's use /proc/self/mounts directly instead of /etc/mtab so pacman's CheckSpace options works in environments where /etc/mtab doesn't exist.

Merge request reports