aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sade/disks.c
diff options
context:
space:
mode:
authorMike Makonnen <mtm@FreeBSD.org>2008-05-05 06:31:41 +0000
committerMike Makonnen <mtm@FreeBSD.org>2008-05-05 06:31:41 +0000
commitcc63a90dc81aa24c5693a807628c0ecef2eedf8f (patch)
tree1f572b1c09fe9daad545fa5222b68a0b5f843487 /usr.sbin/sade/disks.c
parent967b36e864c6ec6ed87307e1e58bdf034c527a29 (diff)
downloadsrc-cc63a90dc81aa24c5693a807628c0ecef2eedf8f.tar.gz
src-cc63a90dc81aa24c5693a807628c0ecef2eedf8f.zip
Notes
Diffstat (limited to 'usr.sbin/sade/disks.c')
-rw-r--r--usr.sbin/sade/disks.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c
index ef39f74951a8..9a9048b0ec5f 100644
--- a/usr.sbin/sade/disks.c
+++ b/usr.sbin/sade/disks.c
@@ -566,13 +566,10 @@ diskPartition(Device *dev)
break;
case 'W':
- if (!msgNoYes("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. If you're adding a disk, you should NOT write\n"
- "from this screen, you should do it from the label editor.\n\n"
- "Are you absolutely sure you want to do this now?")) {
+ if (!msgNoYes("WARNING: You are about to modify an EXISTING installation.\n"
+ "You should simply type Q when you are finished\n"
+ "here and write to the disk from the label editor.\n\n"
+ "Are you absolutely sure you want to continue?")) {
variable_set2(DISK_PARTITIONED, "yes", 0);
#ifdef PC98