summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/disk.c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-14 18:01:17 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-14 18:01:17 +0000
commit4f90d2cf8dd28cb34776970c7a7fe56f95f43ad8 (patch)
tree8ba3b939716d91ea0019b470953afe230df6548a /mdk-stage1/disk.c
parent3bdbbb93d4a153abff997aa0d7858e8d08e6f20e (diff)
downloaddrakx-4f90d2cf8dd28cb34776970c7a7fe56f95f43ad8.tar
drakx-4f90d2cf8dd28cb34776970c7a7fe56f95f43ad8.tar.gz
drakx-4f90d2cf8dd28cb34776970c7a7fe56f95f43ad8.tar.bz2
drakx-4f90d2cf8dd28cb34776970c7a7fe56f95f43ad8.tar.xz
drakx-4f90d2cf8dd28cb34776970c7a7fe56f95f43ad8.zip
rephrase again the disk install questions (thanks to Pierre Jarillon, Rapsys|Phoenix and John Kelller)
Diffstat (limited to 'mdk-stage1/disk.c')
-rw-r--r--mdk-stage1/disk.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/mdk-stage1/disk.c b/mdk-stage1/disk.c
index fdd11af42..49c1e7c79 100644
--- a/mdk-stage1/disk.c
+++ b/mdk-stage1/disk.c
@@ -227,7 +227,8 @@ static enum return_type try_with_device(char *dev_name)
return RETURN_ERROR;
}
- results = ask_from_list_comments_auto("Please choose the partition on which you copied the " DISTRIB_NAME " Distribution.",
+ results = ask_from_list_comments_auto("Please select the partition containing the copy of the "
+ DISTRIB_NAME " Distribution install source.",
parts, parts_comments, &choice, "partition", parts);
if (results != RETURN_OK)
return results;
@@ -238,7 +239,8 @@ static enum return_type try_with_device(char *dev_name)
return try_with_device(dev_name);
}
- if (ask_from_entries_auto("Please enter the directory (or ISO image file) containing the " DISTRIB_NAME " Distribution.",
+ if (ask_from_entries_auto("Please enter the directory (or ISO image file) containing the "
+ DISTRIB_NAME " Distribution install source.",
questions_location, &answers_location, 24, questions_location_auto, NULL) != RETURN_OK) {
umount(disk_own_mount);
return try_with_device(dev_name);
@@ -426,7 +428,8 @@ enum return_type disk_prepare(void)
return disk_prepare();
}
- results = ask_from_list_comments_auto("Please choose the DISK drive on which you copied the " DISTRIB_NAME " Distribution.",
+ results = ask_from_list_comments_auto("Please select the disk containing the copy of the "
+ DISTRIB_NAME " Distribution install source.",
medias, medias_models, &choice, "disk", medias);
if (results != RETURN_OK)