aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/disks.c
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1997-03-11 16:27:25 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1997-03-11 16:27:25 +0000
commit4b3d276343600c469fee6d20e8bb9e2386125dda (patch)
tree5b2cd054544d8805f8736066f376293dc5d2ed76 /release/sysinstall/disks.c
parent078e650eb4d9b228584ed022b1465e57057f2646 (diff)
downloadsrc-4b3d276343600c469fee6d20e8bb9e2386125dda.tar.gz
src-4b3d276343600c469fee6d20e8bb9e2386125dda.zip
YAMF22 (rev 1.70.2.10, added blurb to explanations)
Notes
Notes: svn path=/head/; revision=23721
Diffstat (limited to 'release/sysinstall/disks.c')
-rw-r--r--release/sysinstall/disks.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c
index 9e8ecd09624a..32c1ab6853ee 100644
--- a/release/sysinstall/disks.c
+++ b/release/sysinstall/disks.c
@@ -83,7 +83,11 @@ print_chunks(Disk *d)
"a more likely geometry. If this geometry is incorrect or you\n"
"are unsure as to whether or not it's correct, please consult\n"
"the Hardware Guide in the Documentation submenu or use the\n"
- " (G)eometry command to change it now.",
+ "(G)eometry command to change it now.\n\n"
+ "Remember: you need to enter whatever your BIOS thinks the\n"
+ "geometry were! For IDE, that's what you have told in the BIOS\n"
+ "setup, for SCSI, it's the translation mode your controller is\n"
+ "using. Do NOT use a ``physical geometry''.",
d->bios_cyl, d->bios_hd, d->bios_sect, d->name);
Sanitize_Bios_Geom(d);
}
@@ -258,6 +262,8 @@ diskPartition(Device *dev, Disk *d)
"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)