mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Fix OSInstall upgrade BootHDIns using wrong start mount drive.
This commit is contained in:
parent
c1cb683a23
commit
32aecdb53e
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,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);
|
||||
XTalkWait(task, "BootHDIns('%C');\n\nB\n0x20000\nC\n%s\n\n", drv_let, port_st);
|
||||
XTalkWait(task, "\n\n"); //skip through Disk Cache, Options
|
||||
|
||||
if (!sys_is_uefi_booted)
|
||||
|
|
Loading…
Reference in a new issue