diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-23 11:49:53 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-10-23 11:49:53 +0000 |
commit | 477d8a32cbf3d9e4f383c0e6ac225d1ce117c9e3 (patch) | |
tree | 7ac34b355d0ef59bdb89ce1ac693cbfc4a1b03d8 /mdk-stage1 | |
parent | 39b4da2d40aba161a919835de1bf1e0e75b4b278 (diff) | |
download | drakx-477d8a32cbf3d9e4f383c0e6ac225d1ce117c9e3.tar drakx-477d8a32cbf3d9e4f383c0e6ac225d1ce117c9e3.tar.gz drakx-477d8a32cbf3d9e4f383c0e6ac225d1ce117c9e3.tar.bz2 drakx-477d8a32cbf3d9e4f383c0e6ac225d1ce117c9e3.tar.xz drakx-477d8a32cbf3d9e4f383c0e6ac225d1ce117c9e3.zip |
handle case when main clp contains also boot clp files
Diffstat (limited to 'mdk-stage1')
-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; } { |