summaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-06-11 13:07:57 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-06-11 13:07:57 +0000
commit5d9009a72c2df77ada27167d6d00a2a7f9dafa87 (patch)
treebb53c3e560f785840f86ec4e1e04217525e70ea4 /release
parent62c09b388a65937ae3e38fe55228be39d320a056 (diff)
Notes
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/disks.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c
index 87be0c9b983b..f6d899d71771 100644
--- a/release/sysinstall/disks.c
+++ b/release/sysinstall/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.49 1996/06/08 08:01:43 jkh Exp $
+ * $Id: disks.c,v 1.50 1996/06/08 09:08:32 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -73,6 +73,7 @@ print_chunks(Disk *d)
if ((!d->bios_cyl || d->bios_cyl > 65536) || (!d->bios_hd || d->bios_hd > 256) || (!d->bios_sect || d->bios_sect >= 64)) {
int sz;
+ dialog_clear();
msgConfirm("WARNING: The current geometry for %s is incorrect. Using\n"
"a default geometry of 64 heads and 32 sectors. If this geometry\n"
"is incorrect or you are unsure as to whether or not it's correct,\n"