[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-01 23:06:12 +02:00 committed by GitHub
parent 87cd66a577
commit d66ad21ee0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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