未验证 提交 0be846bb 编写于 作者: O openharmony_ci 提交者: Gitee

!1899 fstab支持overlay挂载类型

Merge pull request !1899 from wangyang/master
......@@ -58,7 +58,7 @@ bool IsSupportedFilesystem(const char *fsType)
{
bool supported = false;
if (fsType != NULL) {
static const char *supportedFilesystem[] = {"ext4", "f2fs", NULL};
static const char *supportedFilesystem[] = {"ext4", "f2fs", "overlay", NULL};
int index = 0;
while (supportedFilesystem[index] != NULL) {
if (strcmp(supportedFilesystem[index++], fsType) == 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册