chiark / gitweb /
vol_id: add NetWare volume detection
[elogind.git] / extras / volume_id / lib / volume_id.c
index 33fd890dfd61fdedba1369d2c46625a2e59419dd..472ea246112117a4fd3ebcf70b548ad4fcb5abca 100644 (file)
@@ -163,6 +163,9 @@ int volume_id_probe_filesystem(struct volume_id *id, uint64_t off, uint64_t size
        if (volume_id_probe_squashfs(id, off) == 0)
                goto found;
 
+       if (volume_id_probe_netware(id, off) == 0)
+               goto found;
+
        return -1;
 
 found: