aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-12-15 01:30:52 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-12-15 01:30:52 +0000
commitbf74f9c1667599fa3770cde61749d9006bc8b890 (patch)
tree6a26cb75a7ed97e47774722a4bb855dbb81fd477
parent787749e519481bea6c9191feceda60c9b53bce78 (diff)
downloadsrc-bf74f9c1667599fa3770cde61749d9006bc8b890.tar.gz
src-bf74f9c1667599fa3770cde61749d9006bc8b890.zip
Put up some more helpful dialog boxes.
Adjust some text to make more sense.
Notes
Notes: svn path=/head/; revision=54619
-rw-r--r--release/sysinstall/dist.c3
-rw-r--r--release/sysinstall/install.c4
-rw-r--r--usr.sbin/sade/install.c4
-rw-r--r--usr.sbin/sysinstall/dist.c3
-rw-r--r--usr.sbin/sysinstall/install.c4
5 files changed, 10 insertions, 8 deletions
diff --git a/release/sysinstall/dist.c b/release/sysinstall/dist.c
index 8bcf5acffa3e..b72b2cd55a60 100644
--- a/release/sysinstall/dist.c
+++ b/release/sysinstall/dist.c
@@ -583,7 +583,6 @@ distExtract(char *parent, Distribution *me)
struct sigaction old, new;
status = TRUE;
- dialog_clear_norefresh();
if (isDebug())
msgDebug("distExtract: parent: %s, me: %s\n", parent ? parent : "(none)", me->my_name);
@@ -591,6 +590,8 @@ distExtract(char *parent, Distribution *me)
new.sa_handler = handle_intr;
new.sa_flags = 0;
(void)sigemptyset(&new.sa_mask);
+ dialog_clear_norefresh();
+ dialog_msgbox("Please Wait", "Extracting all requested distributions...", -1, -1, 0);
sigaction(SIGINT, &new, &old);
/* Loop through to see if we're in our parent's plans */
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 9271b8b94cd4..8d9da8176a45 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -488,14 +488,14 @@ nodisks:
#endif
#ifdef __alpha__
- msgConfirm("First, you need to create BSD partitions on the disk which you are\n"
+ msgConfirm("Now you need to create BSD partitions on the disk which you are\n"
"installing to. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"
"care for the layout chosen by (A)uto, press F1 for more information on\n"
"manual layout.");
#else
- msgConfirm("First, you need to create BSD partitions inside of the fdisk partition(s)\n"
+ msgConfirm("Now you need to create BSD partitions inside of the fdisk partition(s)\n"
"just created. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 9271b8b94cd4..8d9da8176a45 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/install.c
@@ -488,14 +488,14 @@ nodisks:
#endif
#ifdef __alpha__
- msgConfirm("First, you need to create BSD partitions on the disk which you are\n"
+ msgConfirm("Now you need to create BSD partitions on the disk which you are\n"
"installing to. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"
"care for the layout chosen by (A)uto, press F1 for more information on\n"
"manual layout.");
#else
- msgConfirm("First, you need to create BSD partitions inside of the fdisk partition(s)\n"
+ msgConfirm("Now you need to create BSD partitions inside of the fdisk partition(s)\n"
"just created. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"
diff --git a/usr.sbin/sysinstall/dist.c b/usr.sbin/sysinstall/dist.c
index 8bcf5acffa3e..b72b2cd55a60 100644
--- a/usr.sbin/sysinstall/dist.c
+++ b/usr.sbin/sysinstall/dist.c
@@ -583,7 +583,6 @@ distExtract(char *parent, Distribution *me)
struct sigaction old, new;
status = TRUE;
- dialog_clear_norefresh();
if (isDebug())
msgDebug("distExtract: parent: %s, me: %s\n", parent ? parent : "(none)", me->my_name);
@@ -591,6 +590,8 @@ distExtract(char *parent, Distribution *me)
new.sa_handler = handle_intr;
new.sa_flags = 0;
(void)sigemptyset(&new.sa_mask);
+ dialog_clear_norefresh();
+ dialog_msgbox("Please Wait", "Extracting all requested distributions...", -1, -1, 0);
sigaction(SIGINT, &new, &old);
/* Loop through to see if we're in our parent's plans */
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 9271b8b94cd4..8d9da8176a45 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/sysinstall/install.c
@@ -488,14 +488,14 @@ nodisks:
#endif
#ifdef __alpha__
- msgConfirm("First, you need to create BSD partitions on the disk which you are\n"
+ msgConfirm("Now you need to create BSD partitions on the disk which you are\n"
"installing to. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"
"care for the layout chosen by (A)uto, press F1 for more information on\n"
"manual layout.");
#else
- msgConfirm("First, you need to create BSD partitions inside of the fdisk partition(s)\n"
+ msgConfirm("Now you need to create BSD partitions inside of the fdisk partition(s)\n"
"just created. If you have a reasonable amount of disk space (200MB or more)\n"
"and don't have any special requirements, simply use the (A)uto command to\n"
"allocate space automatically. If you have more specific needs or just don't\n"