From b7b49ef7423519c15a92c2f7c0b333c99a2872bb Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 9 Jun 2004 14:20:28 +0000 Subject: in move, use stg1_info_message() instead of stg1_error_message() not to disable MODE_AUTOMATIC --- mdk-stage1/stage1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdk-stage1/stage1.c') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index ffb782162..5a2cdb074 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -642,7 +642,7 @@ int main(int argc __attribute__ ((unused)), char **argv __attribute__ ((unused)) #ifdef MANDRAKE_MOVE if (total_memory() < MEM_LIMIT_MOVE) - stg1_error_message(DISTRIB_NAME " typically needs more than %d Mbytes of memory (detected %d Mbytes). You may proceed, but the machine may crash or lock up for no apparent reason. Continue at your own risk. Alternatively, you may reboot your system now.", + stg1_info_message(DISTRIB_NAME " typically needs more than %d Mbytes of memory (detected %d Mbytes). You may proceed, but the machine may crash or lock up for no apparent reason. Continue at your own risk. Alternatively, you may reboot your system now.", MEM_LIMIT_MOVE, total_memory()); #endif -- cgit v1.2.1