libfstools: query drivers by priority
[project/fstools.git] / libfstools / rootdisk.c
index 9f2317f14e8d8f12c71b30944138d7a6c877b406..ba7d8c3727ba6c67123d544344dcfa215070becb 100644 (file)
@@ -108,10 +108,6 @@ static struct volume *rootdisk_volume_find(char *name)
        if (!rootdev)
                return NULL;
 
-       if (strstr(rootdev, "mtdblock") ||
-           strstr(rootdev, "ubiblock"))
-               return NULL;
-
        if (get_squashfs(&sb))
                return NULL;