summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/network.c
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-01-09 12:10:52 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-01-09 12:10:52 +0000
commita2a524ba64583e5a434857af405d27e49e91cf89 (patch)
treec23cb40b02954f9f3b3c41276732b93527c596ea /mdk-stage1/network.c
parent4817d66af0feebe6cc6604441195114fdf05e0d5 (diff)
downloaddrakx-backup-do-not-use-a2a524ba64583e5a434857af405d27e49e91cf89.tar
drakx-backup-do-not-use-a2a524ba64583e5a434857af405d27e49e91cf89.tar.gz
drakx-backup-do-not-use-a2a524ba64583e5a434857af405d27e49e91cf89.tar.bz2
drakx-backup-do-not-use-a2a524ba64583e5a434857af405d27e49e91cf89.tar.xz
drakx-backup-do-not-use-a2a524ba64583e5a434857af405d27e49e91cf89.zip
- use clearer messages (s/Installation/Distribution/g and some more)
- prints partition sizes in Mbytes - prints extract of partition contents on failure of some DISK steps
Diffstat (limited to 'mdk-stage1/network.c')
-rw-r--r--mdk-stage1/network.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/network.c b/mdk-stage1/network.c
index 457afdcaf..4c67bd77b 100644
--- a/mdk-stage1/network.c
+++ b/mdk-stage1/network.c
@@ -568,7 +568,7 @@ enum return_type nfs_prepare(void)
do {
results = ask_from_entries_auto("Please enter the name or IP address of your NFS server, "
- "and the directory containing the " DISTRIB_NAME " installation.",
+ "and the directory containing the " DISTRIB_NAME " Distribution.",
questions, &answers, 40, questions_auto);
if (results != RETURN_OK)
return nfs_prepare();
@@ -585,7 +585,7 @@ enum return_type nfs_prepare(void)
}
if (access("/tmp/image/Mandrake/mdkinst", R_OK)) {
- error_message("That NFS volume does not seem to contain the " DISTRIB_NAME " Installation.");
+ error_message("That NFS volume does not seem to contain the " DISTRIB_NAME " Distribution.");
umount("/tmp/image");
results = RETURN_BACK;
}