1.0.95 release

This commit is contained in:
longpanda
2023-08-23 09:26:53 +08:00
parent 689f7df902
commit c8dc36a5c3
18 changed files with 22 additions and 11 deletions

View File

@@ -1099,6 +1099,7 @@ static grub_err_t ventoy_linux_locate_initrd(int filt, int *filtcnt)
if (filtbysize
&& (NULL == grub_strstr(node->name, "minirt.gz"))
&& (NULL == grub_strstr(node->name, "initrd.xz"))
&& (NULL == grub_strstr(node->name, "initrd.gz"))
)
{
if (filt > 0 && file->size <= g_ventoy_cpio_size + 2048)