support for ubifs overlay
[project/fstools.git] / mount_root.c
index e281c0b..1df4723 100644 (file)
@@ -46,6 +46,7 @@ start(int argc, char *argv[1])
                return ramoverlay();
 
        case FS_JFFS2:
+       case FS_UBIFS:
                mount_overlay();
                break;