update ko

This commit is contained in:
longpanda 2020-07-31 23:49:01 +08:00
parent 37edd5a349
commit faceaf4267
7 changed files with 0 additions and 10 deletions

Binary file not shown.

View file

@ -783,11 +783,6 @@ g_ventoy_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
return NULL;
}
if (strcmp(pp->name, "ada1"))
{
return NULL;
}
g_ventoy_tasted = true;
G_DEBUG("######### ventoy disk <%s> #############\n", pp->name);

View file

@ -782,11 +782,6 @@ g_ventoy_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
return NULL;
}
if (strcmp(pp->name, "ada1"))
{
return NULL;
}
g_ventoy_tasted = true;
G_DEBUG("######### ventoy disk <%s> #############\n", pp->name);