From 3a296bc368226d34ffba657ff6eda0ca852b4c43 Mon Sep 17 00:00:00 2001 From: TomAwezome Date: Fri, 26 Aug 2022 18:51:49 -0400 Subject: [PATCH] Update Auto scripts for recent VBE removal changes. --- src/Misc/Auto/AutoFullDistro2.ZC | 2 +- src/Misc/Auto/AutoInstall.ZC | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Misc/Auto/AutoFullDistro2.ZC b/src/Misc/Auto/AutoFullDistro2.ZC index 82f4fd6c..9dcf023f 100755 --- a/src/Misc/Auto/AutoFullDistro2.ZC +++ b/src/Misc/Auto/AutoFullDistro2.ZC @@ -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() { diff --git a/src/Misc/Auto/AutoInstall.ZC b/src/Misc/Auto/AutoInstall.ZC index 57d8770f..7008970b 100755 --- a/src/Misc/Auto/AutoInstall.ZC +++ b/src/Misc/Auto/AutoInstall.ZC @@ -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()