From bc5da2ba9e5ef030d56d00958f1933ce23f2886a Mon Sep 17 00:00:00 2001 From: bfox Date: Mon, 16 Apr 2001 04:26:13 +0000 Subject: implement RFE bug #35984 - specify minimum ram amount --- loader/loader.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader') diff --git a/loader/loader.c b/loader/loader.c index 5793f68f4..f5353db65 100644 --- a/loader/loader.c +++ b/loader/loader.c @@ -2456,8 +2456,8 @@ static void checkForRam(int flags) { startNewt(flags); newtWinMessage(_("Error"), _("OK"), _("You do not have enough " "RAM to install Red Hat Linux on this machine." - "You need at least 32 MB of RAM to complete the " - "installation.")); + "You need at least %d MB of RAM to complete the " + "installation.", MIN_RAM/1000)); stopNewt(); exit(0); } -- cgit