diff options
-rw-r--r-- | mdk-stage1/stage1.c | 5 |
1 files changed, 3 insertions, 2 deletions
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; } { |