summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-07 14:05:21 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-07 14:05:21 +0000
commit82e0a44b78b0eb143d5e1294559072dde18d1f10 (patch)
tree244b37cf644dd4e830c8b84505c5f8dc2cca4e7c /usr.sbin/sade
parentfc775e371133c2aa822367f169269142da8f1a45 (diff)
downloadFreeBSD-src-82e0a44b78b0eb143d5e1294559072dde18d1f10.zip
FreeBSD-src-82e0a44b78b0eb143d5e1294559072dde18d1f10.tar.gz
Add a hint to the FAQ regarding ``DD'' disks.
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/disks.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c
index 3d3d3ae..1ecae7f 100644
--- a/usr.sbin/sade/disks.c
+++ b/usr.sbin/sade/disks.c
@@ -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.88 1997/06/18 05:11:36 jkh Exp $
+ * $Id: disks.c,v 1.89 1997/09/03 10:47:44 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -255,7 +255,9 @@ diskPartition(Device *dev, Disk *d)
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)?");
+ "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;
}
OpenPOWER on IntegriCloud