Support prameters expansion in auto install script.

This commit is contained in:
longpanda 2022-06-15 20:53:35 +08:00
parent 0f3d48b3d9
commit 595b9441e9
11 changed files with 381 additions and 53 deletions

View file

@ -139,7 +139,13 @@ typedef struct ventoy_windows_data
char auto_install_script[384];
char injection_archive[384];
grub_uint8_t windows11_bypass_check;
grub_uint8_t reserved[255];
grub_uint32_t auto_install_len;
grub_uint8_t reserved[255 - 4];
/* auto_intall file buf */
/* ...... + auto_install_len */
}ventoy_windows_data;