diff --git a/boot/freeldr/install/install.c b/boot/freeldr/install/install.c index ba663ce6788..47cfd35d39b 100644 --- a/boot/freeldr/install/install.c +++ b/boot/freeldr/install/install.c @@ -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();