mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2025-01-13 16:16:31 +00:00
Make OSInstall delete /boot.catalog from install drive.
This commit is contained in:
parent
2590420586
commit
a0fa1ac559
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ U0 InstallDrive(U8 drv_let)
|
|||
|
||||
ExePrint("Del(\"%C:/Boot/Limine-CD.BIN\");", drv_let);
|
||||
ExePrint("Del(\"%C:/Boot/Limine-CD-EFI.BIN\");", drv_let);
|
||||
ExePrint("Del(\"%C:/boot.catalog\");", drv_let);
|
||||
|
||||
ExePrint("DirMake(\"%C:/Tmp\");", drv_let);
|
||||
ExePrint("DirMake(\"%C:/Tmp/ScreenShots\");", drv_let);
|
||||
|
|
Loading…
Reference in a new issue