From 890d160fcee9258d6079c64b51a67cccc596cc95 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 18 Dec 2000 21:16:09 +0000 Subject: add disk install support --- mdk-stage1/stage1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/stage1.c') diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c index 50f04ad53..93aae9338 100644 --- a/mdk-stage1/stage1.c +++ b/mdk-stage1/stage1.c @@ -145,7 +145,7 @@ enum return_type method_select_and_prepare(void) results = ask_from_list_auto("Please choose the mean of installation.", means, &choice, "method", means_auto); if (results != RETURN_OK) - return results; + return method_select_and_prepare(); results = RETURN_ERROR; @@ -171,7 +171,7 @@ enum return_type method_select_and_prepare(void) #endif if (results != RETURN_OK) - method_select_and_prepare(); + return method_select_and_prepare(); return RETURN_OK; } -- cgit v1.2.1