Make OSInstall delete /boot.catalog from install drive.

This commit is contained in:
TomAwezome 2022-10-16 17:32:41 -04:00
parent 2590420586
commit a0fa1ac559

View file

@ -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);