Don't invite trouble by waving the 'Dangerously Dedicated' (DD) option
at people. This has been sitting in my tree for a few months now. I have spoken with quite a few folks about this and the support for doing this was pretty strong. I dont remember names though, so I cannot share the blame :-(. Note that this does not *remove* DD mode, it just stops waving it at new users. You can still set it via config files etc, and the bootblocks and kernel still support it. You can still use disklabel to make true DD disks.
This commit is contained in:
parent
194b08ffc3
commit
f357eb9800
@ -368,15 +368,8 @@ diskPartition(Device *dev)
|
||||
cp = variable_get(VAR_DEDICATE_DISK);
|
||||
if (cp && !strcasecmp(cp, "always"))
|
||||
rv = 1;
|
||||
else {
|
||||
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)?\n"
|
||||
"(See also the section about ``dangerously dedicated''\n"
|
||||
"disks in the FreeBSD FAQ.)");
|
||||
if (rv == -1)
|
||||
rv = 0;
|
||||
}
|
||||
else
|
||||
rv = 0;
|
||||
#endif
|
||||
All_FreeBSD(d, rv);
|
||||
variable_set2(DISK_PARTITIONED, "yes", 0);
|
||||
|
@ -368,15 +368,8 @@ diskPartition(Device *dev)
|
||||
cp = variable_get(VAR_DEDICATE_DISK);
|
||||
if (cp && !strcasecmp(cp, "always"))
|
||||
rv = 1;
|
||||
else {
|
||||
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)?\n"
|
||||
"(See also the section about ``dangerously dedicated''\n"
|
||||
"disks in the FreeBSD FAQ.)");
|
||||
if (rv == -1)
|
||||
rv = 0;
|
||||
}
|
||||
else
|
||||
rv = 0;
|
||||
#endif
|
||||
All_FreeBSD(d, rv);
|
||||
variable_set2(DISK_PARTITIONED, "yes", 0);
|
||||
|
@ -368,15 +368,8 @@ diskPartition(Device *dev)
|
||||
cp = variable_get(VAR_DEDICATE_DISK);
|
||||
if (cp && !strcasecmp(cp, "always"))
|
||||
rv = 1;
|
||||
else {
|
||||
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)?\n"
|
||||
"(See also the section about ``dangerously dedicated''\n"
|
||||
"disks in the FreeBSD FAQ.)");
|
||||
if (rv == -1)
|
||||
rv = 0;
|
||||
}
|
||||
else
|
||||
rv = 0;
|
||||
#endif
|
||||
All_FreeBSD(d, rv);
|
||||
variable_set2(DISK_PARTITIONED, "yes", 0);
|
||||
|
Loading…
Reference in New Issue
Block a user