People have complained that this is overly chatty, and

"dangerously dedicated" mode doesn't appear to have killed
anyone in recent memory, so I agree.
This commit is contained in:
jkh 1997-09-03 10:47:44 +00:00
parent f3c89da512
commit 1e5eb79b17
3 changed files with 3 additions and 51 deletions

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: disks.c,v 1.87 1997/06/12 08:46:50 jkh Exp $
* $Id: disks.c,v 1.88 1997/06/18 05:11:36 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -256,22 +256,6 @@ diskPartition(Device *dev, Disk *d)
rv = msgYesNo("Do you want to do this with a true partition entry\n"
"so as to remain cooperative with any future possible\n"
"operating systems on the drive(s)?");
if (rv != 0 && (!cp || strcasecmp(cp, "nowarn")) && !variable_get(VAR_NO_WARN)) {
rv = !msgYesNo("This is dangerous in that it will make the drive totally\n"
"uncooperative with other potential operating systems on the\n"
"same disk. It will lead instead to a totally dedicated disk,\n"
"starting at the very first sector, bypassing all BIOS geometry\n"
"considerations. This precludes the existance of any boot\n"
"manager or other stuff in sector 0, since the BSD bootstrap\n"
"will live there.\n"
"You will run into serious trouble with ST-506 and ESDI drives\n"
"and possibly some IDE drives (e.g. drives running under the\n"
"control of sort of disk manager). SCSI drives are considerably\n"
"less at risk.\n\n"
"If, on the other hand, your goal is a dedicated FreeBSD machine\n"
"and nothing else, this option is for you.\n\n"
"Do you insist on dedicating the entire disk this way?");
}
if (rv == -1)
rv = 0;
}

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: disks.c,v 1.87 1997/06/12 08:46:50 jkh Exp $
* $Id: disks.c,v 1.88 1997/06/18 05:11:36 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -256,22 +256,6 @@ diskPartition(Device *dev, Disk *d)
rv = msgYesNo("Do you want to do this with a true partition entry\n"
"so as to remain cooperative with any future possible\n"
"operating systems on the drive(s)?");
if (rv != 0 && (!cp || strcasecmp(cp, "nowarn")) && !variable_get(VAR_NO_WARN)) {
rv = !msgYesNo("This is dangerous in that it will make the drive totally\n"
"uncooperative with other potential operating systems on the\n"
"same disk. It will lead instead to a totally dedicated disk,\n"
"starting at the very first sector, bypassing all BIOS geometry\n"
"considerations. This precludes the existance of any boot\n"
"manager or other stuff in sector 0, since the BSD bootstrap\n"
"will live there.\n"
"You will run into serious trouble with ST-506 and ESDI drives\n"
"and possibly some IDE drives (e.g. drives running under the\n"
"control of sort of disk manager). SCSI drives are considerably\n"
"less at risk.\n\n"
"If, on the other hand, your goal is a dedicated FreeBSD machine\n"
"and nothing else, this option is for you.\n\n"
"Do you insist on dedicating the entire disk this way?");
}
if (rv == -1)
rv = 0;
}

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: disks.c,v 1.87 1997/06/12 08:46:50 jkh Exp $
* $Id: disks.c,v 1.88 1997/06/18 05:11:36 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -256,22 +256,6 @@ diskPartition(Device *dev, Disk *d)
rv = msgYesNo("Do you want to do this with a true partition entry\n"
"so as to remain cooperative with any future possible\n"
"operating systems on the drive(s)?");
if (rv != 0 && (!cp || strcasecmp(cp, "nowarn")) && !variable_get(VAR_NO_WARN)) {
rv = !msgYesNo("This is dangerous in that it will make the drive totally\n"
"uncooperative with other potential operating systems on the\n"
"same disk. It will lead instead to a totally dedicated disk,\n"
"starting at the very first sector, bypassing all BIOS geometry\n"
"considerations. This precludes the existance of any boot\n"
"manager or other stuff in sector 0, since the BSD bootstrap\n"
"will live there.\n"
"You will run into serious trouble with ST-506 and ESDI drives\n"
"and possibly some IDE drives (e.g. drives running under the\n"
"control of sort of disk manager). SCSI drives are considerably\n"
"less at risk.\n\n"
"If, on the other hand, your goal is a dedicated FreeBSD machine\n"
"and nothing else, this option is for you.\n\n"
"Do you insist on dedicating the entire disk this way?");
}
if (rv == -1)
rv = 0;
}