[USERINIT] Add unattend.inf functionality to livecd

This commit is contained in:
Mark Jansen 2020-05-03 20:18:30 +02:00
parent 1f3cb13fb9
commit a0e32d4f48
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
5 changed files with 94 additions and 5 deletions

View file

@ -58,6 +58,7 @@ typedef struct
PAGESTATE NextPage;
RUN Run;
IMGINFO ImageInfo;
struct _LIVECD_UNATTEND* Unattend;
} STATE, *PSTATE;