From 477d8a32cbf3d9e4f383c0e6ac225d1ce117c9e3 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 23 Oct 2003 11:49:53 +0000 Subject: handle case when main clp contains also boot clp files --- mdk-stage1/stage1.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mdk-stage1') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index e5fb84558..e17e89b54 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -408,9 +408,10 @@ int mandrake_move_post(void) return RETURN_ERROR; boot__real_is_symlink_to_raw = 1; goto live_tree_clp; + } else { + log_message("move: can't find %s nor %s, proceeding with live_tree.clp hoping files will be there", clp, live); + goto live_tree_clp; } - log_message("move: panic, can't find %s nor %s", clp, live); - return RETURN_ERROR; } { -- cgit v1.2.1