Skip to content

Commit d66ad21

Browse files
authored
[FREELDR][INSTALL] Update the FreeLoader installation message (reactos#7853)
Update the installfreeldr message in accordance with the changes in 3d516e7.
1 parent 87cd66a commit d66ad21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/freeldr/install/install.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ int main(int argc, char *argv[])
5151

5252
InstallBootSector(argv[2]);
5353

54-
_tprintf(_T("You must now copy freeldr.sys & freeldr.ini to %s.\n"), argv[1]);
54+
_tprintf(_T("You must now copy freeldr.sys, rosload.exe and freeldr.ini to %s.\n"), argv[1]);
5555

5656
CloseVolume();
5757

0 commit comments

Comments
 (0)