From a2a524ba64583e5a434857af405d27e49e91cf89 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 9 Jan 2001 12:10:52 +0000 Subject: - 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 --- mdk-stage1/network.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdk-stage1/network.c') 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; } -- cgit v1.2.1