1.0.06 release

This commit is contained in:
longpanda 2020-04-18 22:14:10 +08:00
parent 63e9825d5d
commit 45d15a764f
13 changed files with 1194 additions and 29 deletions

View file

@ -389,6 +389,11 @@ static int vtoy_print_os_param(ventoy_os_param *param, char *diskname)
{
cnt = vtoy_find_disk_by_guid(param->vtoy_disk_guid, diskname);
}
else if (cnt == 0)
{
cnt = vtoy_find_disk_by_guid(param->vtoy_disk_guid, diskname);
debug("find 0 disk by size, try with guid cnt=%d...\n", cnt);
}
if (param->vtoy_disk_part_type == 0)
{