[FREELDR][INSTALL] Update the FreeLoader installation message (#7853)

Update the installfreeldr message in accordance with the changes in 3d516e71d3.
This commit is contained in:
Adam Słaboń
2025-04-02 00:06:12 +03:00
committed by GitHub
parent 87cd66a577
commit d66ad21ee0
+1 -1
View File
@@ -51,7 +51,7 @@ int main(int argc, char *argv[])
InstallBootSector(argv[2]);
_tprintf(_T("You must now copy freeldr.sys & freeldr.ini to %s.\n"), argv[1]);
_tprintf(_T("You must now copy freeldr.sys, rosload.exe and freeldr.ini to %s.\n"), argv[1]);
CloseVolume();