From 537a650523c86025b7e70d93c4dd7f18d7430f47 Mon Sep 17 00:00:00 2001 From: TomAwezome Date: Thu, 13 Oct 2022 18:59:44 -0400 Subject: [PATCH] Remove video resolution In() strings and char input in OSInstall bare metal install and OSUpgrade code. TODO: test OSUpgrade, and/or completely remove it in favor of an install-time optional Diff to gracefully report differences and confirm if wanting to install. --- src/Misc/OSInstall.ZC | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/Misc/OSInstall.ZC b/src/Misc/OSInstall.ZC index 6543aabe..880119aa 100755 --- a/src/Misc/OSInstall.ZC +++ b/src/Misc/OSInstall.ZC @@ -160,9 +160,7 @@ U0 OSUpgrade() OSMerge(drv_let); // src_drv needed? XTalkWait(task, "BootHDIns('%C');\n\nB\n0x20000\n%C\n%s\n\n", drv_let, drv_let, port_st); - VideoRep; - res_num = I64Get("Enter desired list num ($$PURPLE$$$$FG$$ for max res): ",, 1); - XTalkWait(task, "%d\n\n\n", res_num); //skip through Disk Cache, Options + XTalkWait(task, "\n\n"); //skip through Disk Cache, Options if (!sys_is_uefi_booted) { @@ -391,9 +389,7 @@ U0 RegularInstallWiz() XTalkWait(task, "BootHDIns('%C');\n\nB\n0x20000\nC\n%s\n\n", drv_let, port_st); - VideoRep; - res_num = I64Get("Enter desired list num ($$PURPLE$$$$FG$$ for max res): ",, 1); - XTalkWait(task, "%d\n\n\n", res_num); //skip through Disk Cache, Options + XTalkWait(task, "\n\n"); //skip through Disk Cache, Options if (!sys_is_uefi_booted) { "$$RED$$Install Master Boot loader?$$FG$$";