summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/label.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-04 14:53:52 +0000
committerjkh <jkh@FreeBSD.org>1996-10-04 14:53:52 +0000
commitaa98e001812ca8fcc7f62731148cd14088c73e80 (patch)
tree5487765090863cbf09eba133b405758b830de780 /release/sysinstall/label.c
parenta1b79cd5d055fca84ddfdb1d3a914e785704554c (diff)
downloadFreeBSD-src-aa98e001812ca8fcc7f62731148cd14088c73e80.zip
FreeBSD-src-aa98e001812ca8fcc7f62731148cd14088c73e80.tar.gz
Various cosmetic tweaks.
Diffstat (limited to 'release/sysinstall/label.c')
-rw-r--r--release/sysinstall/label.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c
index 4be5dcd..760a091 100644
--- a/release/sysinstall/label.c
+++ b/release/sysinstall/label.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: label.c,v 1.60 1996/10/01 14:08:23 jkh Exp $
+ * $Id: label.c,v 1.61 1996/10/02 02:19:35 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -855,10 +855,12 @@ diskLabel(char *str)
break;
case 'W':
- if (!msgYesNo("You also have the option of doing this later in one final 'commit'\n"
- "operation, and it should also be noted that this option is NOT for\n"
- "use during new installations but rather for modifying existing ones.\n\n"
- "Are you absolutely SURE you want to do this now?")) {
+ if (!msgYesNo("WARNING: This should only be used when modifying an EXISTING\n"
+ "installation. If you are installing FreeBSD for the first time\n"
+ "then you should simply type Q when you're finished here and your\n"
+ "changes will be committed in one batch automatically at the end of\n"
+ "these questions.\n\n"
+ "Are you absolutely sure you want to do this now?")) {
variable_set2(DISK_LABELLED, "yes");
diskLabelCommit(NULL);
}
OpenPOWER on IntegriCloud