summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-09 14:20:28 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-09 14:20:28 +0000
commitb7b49ef7423519c15a92c2f7c0b333c99a2872bb (patch)
treedd1fee48713d48ede145d80dfd636db518a4b192 /mdk-stage1/stage1.c
parentbfa43c4f9eac91c5eeecb950e569a268c33f9356 (diff)
downloaddrakx-backup-do-not-use-b7b49ef7423519c15a92c2f7c0b333c99a2872bb.tar
drakx-backup-do-not-use-b7b49ef7423519c15a92c2f7c0b333c99a2872bb.tar.gz
drakx-backup-do-not-use-b7b49ef7423519c15a92c2f7c0b333c99a2872bb.tar.bz2
drakx-backup-do-not-use-b7b49ef7423519c15a92c2f7c0b333c99a2872bb.tar.xz
drakx-backup-do-not-use-b7b49ef7423519c15a92c2f7c0b333c99a2872bb.zip
in move, use stg1_info_message() instead of stg1_error_message() not to disable MODE_AUTOMATIC
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c2
1 files changed, 1 insertions, 1 deletions
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