summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-15 01:30:52 +0000
committerjkh <jkh@FreeBSD.org>1999-12-15 01:30:52 +0000
commit61075c3a9d51733f793eca73ba53662a45fe627b (patch)
treeaf248270028c225ca39a8ac653bb5d577021f56f /usr.sbin/sysinstall/install.c
parentab33bd489f775de283b062f10a6d0710f0eb4e54 (diff)
downloadFreeBSD-src-61075c3a9d51733f793eca73ba53662a45fe627b.zip
FreeBSD-src-61075c3a9d51733f793eca73ba53662a45fe627b.tar.gz
Put up some more helpful dialog boxes.
Adjust some text to make more sense.
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index 9271b8b..8d9da81 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"
OpenPOWER on IntegriCloud