basic/mountpoint-util: detect erofs as a read-only FS

This commit is contained in:
Luca Boccassi
2021-11-04 20:29:43 +00:00
committed by Lennart Poettering
parent d7654742ee
commit fac2c3e97d

View File

@@ -413,6 +413,7 @@ bool fstype_is_ro(const char *fstype) {
return STR_IN_SET(fstype,
"DM_verity_hash",
"iso9660",
"erofs",
"squashfs");
}