summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2000-12-18 21:16:09 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2000-12-18 21:16:09 +0000
commit890d160fcee9258d6079c64b51a67cccc596cc95 (patch)
tree7de458e05dcd401773f7918d30f6a6140d8c3941 /mdk-stage1/stage1.c
parent478632060840a9dd32a64325d59819bd2025217a (diff)
downloaddrakx-backup-do-not-use-890d160fcee9258d6079c64b51a67cccc596cc95.tar
drakx-backup-do-not-use-890d160fcee9258d6079c64b51a67cccc596cc95.tar.gz
drakx-backup-do-not-use-890d160fcee9258d6079c64b51a67cccc596cc95.tar.bz2
drakx-backup-do-not-use-890d160fcee9258d6079c64b51a67cccc596cc95.tar.xz
drakx-backup-do-not-use-890d160fcee9258d6079c64b51a67cccc596cc95.zip
add disk install support
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c4
1 files changed, 2 insertions, 2 deletions
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;
}