From d66ad21ee0b8c59db35d2b4af557f38ea87de05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20S=C5=82abo=C5=84?= Date: Tue, 1 Apr 2025 23:06:12 +0200 Subject: [PATCH] [FREELDR][INSTALL] Update the FreeLoader installation message (#7853) Update the installfreeldr message in accordance with the changes in 3d516e71d3b044d2030c588f8f3172df8a7f76b3. --- boot/freeldr/install/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();