Skip to content

housekeeping: Use g_unix_is_system_fs_type() to determine FS type

Remove the duplicate list of system file system types from g-s-d in favour of the one in GLib, as long as we depend on a suitable GLib version (2.56.0). In time, this conditional check can be dropped.

GLib doesn’t list network file systems in its list, so check those separately.

Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports