mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-06-03 08:28:50 -04:00
Support prameters expansion in auto install script.
This commit is contained in:
parent
0f3d48b3d9
commit
595b9441e9
11 changed files with 381 additions and 53 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue