mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 20:42:16 +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:
parent
87cd66a577
commit
d66ad21ee0
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue