mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[FREELDR][INSTALL] Update the FreeLoader installation message (#7853)
Update the installfreeldr message in accordance with the changes in 3d516e71d3.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user