Update Auto scripts for recent VBE removal changes.

This commit is contained in:
TomAwezome 2022-08-26 18:51:49 -04:00
parent f74e3d6b20
commit 3a296bc368
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#define STD_DISTRO_DVD_CONFIG "TB\nScale2Mem(2048,0x40000)\nT\n\n1024\n768\n\n\n"
#define STD_DISTRO_DVD_CONFIG "TB\nScale2Mem(2048,0x40000)\nT\n\n\n\n"
U0 MakeMyISO()
{

View file

@ -41,7 +41,7 @@ U0 VMInstallDrive(CTask *task, U8 drv_let, I64 ata_port, I64 atapi_port)
XTalkWait(task, "C\n%d\n", ata_port);
if (atapi_port > -1)
XTalkWait(task, "T%d\n", atapi_port);
XTalkWait(task, "\n\n\n"); //Exit Drives, set Screen Resolution, skip Disk Cache and Options
XTalkWait(task, "\n\n\n"); //Exit Drives, skip Disk Cache and Options
}
U0 VMInstallWiz()