summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-09 14:26:13 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-09 14:26:13 +0000
commit213fcb6c98cc4dc60ae6348e0cac38a394d05757 (patch)
treeca8d2a8b23a335cdc7f81f43e6e96c7902b7b62c /mdk-stage1/stage1.c
parent6bb4285c6632a430f060ab6d0830cecb6725d228 (diff)
downloaddrakx-backup-do-not-use-213fcb6c98cc4dc60ae6348e0cac38a394d05757.tar
drakx-backup-do-not-use-213fcb6c98cc4dc60ae6348e0cac38a394d05757.tar.gz
drakx-backup-do-not-use-213fcb6c98cc4dc60ae6348e0cac38a394d05757.tar.bz2
drakx-backup-do-not-use-213fcb6c98cc4dc60ae6348e0cac38a394d05757.tar.xz
drakx-backup-do-not-use-213fcb6c98cc4dc60ae6348e0cac38a394d05757.zip
in move, use stg1_info_message() instead of stg1_error_message() not to disable MODE_AUTOMATIC if not enough memory
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 24ad55fbb..84f596b1c 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -598,7 +598,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());
if (mandrake_move_pre() != RETURN_OK)
stg1_error_message("Fatal error when preparing Mandrakemove.");