summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/disks.c8
-rw-r--r--usr.sbin/sade/disks.c8
-rw-r--r--usr.sbin/sysinstall/disks.c8
3 files changed, 21 insertions, 3 deletions
diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c
index 9e8ecd0..32c1ab6 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)
diff --git a/usr.sbin/sade/disks.c b/usr.sbin/sade/disks.c
index 9e8ecd0..32c1ab6 100644
--- a/usr.sbin/sade/disks.c
+++ b/usr.sbin/sade/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)
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c
index 9e8ecd0..32c1ab6 100644
--- a/usr.sbin/sysinstall/disks.c
+++ b/usr.sbin/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)
OpenPOWER on IntegriCloud