mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-31 23:28:32 -04:00
1.0.06 release
This commit is contained in:
parent
63e9825d5d
commit
45d15a764f
13 changed files with 1194 additions and 29 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue