diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-04 10:51:07 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-04 10:51:07 +0000 |
commit | 26b7ad919e3dabb83d0be9fc0619c6762a35b8ba (patch) | |
tree | 10a494101b9878536a276948fd8e178fb9b8dfa6 | |
parent | e6a9c1d89d3f3583c33914c8faf5125896c97b92 (diff) | |
download | drakx-26b7ad919e3dabb83d0be9fc0619c6762a35b8ba.tar drakx-26b7ad919e3dabb83d0be9fc0619c6762a35b8ba.tar.gz drakx-26b7ad919e3dabb83d0be9fc0619c6762a35b8ba.tar.bz2 drakx-26b7ad919e3dabb83d0be9fc0619c6762a35b8ba.tar.xz drakx-26b7ad919e3dabb83d0be9fc0619c6762a35b8ba.zip |
gc sux
-rw-r--r-- | mdk-stage1/stage1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 101573d7c..4fad12748 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -432,7 +432,7 @@ int mandrake_move_post(void) int always__real_is_symlink_to_raw = 0; int main__real_is_symlink_to_raw = 0; - if (handle_clp(IMAGE_LOCATION "/live_tree_boot.clp", IMAGE_LOCATION "/live_tree_boot/usr/bin/runstage2", + if (handle_clp(IMAGE_LOCATION "/live_tree_boot.clp", IMAGE_LOCATION "/live_tree_boot/usr/bin/runstage2.pl", IMAGE_LOCATION "/live_tree_boot", BOOT_LOCATION, &boot__real_is_symlink_to_raw, SLASH_LOCATION "/live_tree_boot.clp") != RETURN_OK) return RETURN_ERROR; |