summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/stage1.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-09-24 22:39:09 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-09-24 22:39:09 +0000
commit4b8c59a17adef232c3e1997b47876e7df72bbce3 (patch)
treeb87056ba9d270f0d95616bd4f0a24371a0e372ac /mdk-stage1/stage1.c
parent3d99ff7c4a2157502ddeea460cba71bca7ddd061 (diff)
downloaddrakx-4b8c59a17adef232c3e1997b47876e7df72bbce3.tar
drakx-4b8c59a17adef232c3e1997b47876e7df72bbce3.tar.gz
drakx-4b8c59a17adef232c3e1997b47876e7df72bbce3.tar.bz2
drakx-4b8c59a17adef232c3e1997b47876e7df72bbce3.tar.xz
drakx-4b8c59a17adef232c3e1997b47876e7df72bbce3.zip
hd.img now detects partition types... backport from DrakX :-)
Diffstat (limited to 'mdk-stage1/stage1.c')
-rw-r--r--mdk-stage1/stage1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/stage1.c b/mdk-stage1/stage1.c
index b8c6914ce..de9bffd2f 100644
--- a/mdk-stage1/stage1.c
+++ b/mdk-stage1/stage1.c
@@ -324,7 +324,7 @@ static enum return_type method_select_and_prepare(void)
results = ask_from_list_auto("Please choose the installation method.", means, &choice, "method", means_auto);
if (results != RETURN_OK)
- return method_select_and_prepare();
+ return method_select_and_prepare();
results = RETURN_ERROR;