summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/disks.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-06-11 13:07:57 +0000
committerjkh <jkh@FreeBSD.org>1996-06-11 13:07:57 +0000
commit83aa0812abdd870f373cd1145dddc0a1afccf62b (patch)
treebb53c3e560f785840f86ec4e1e04217525e70ea4 /release/sysinstall/disks.c
parent6732100aee25ee31ad66372ee4c428c5d7635815 (diff)
downloadFreeBSD-src-83aa0812abdd870f373cd1145dddc0a1afccf62b.zip
FreeBSD-src-83aa0812abdd870f373cd1145dddc0a1afccf62b.tar.gz
Put in a strategic dialog_clear() to prevent screen corruption reported
by Joerg.
Diffstat (limited to 'release/sysinstall/disks.c')
-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 87be0c9..f6d899d 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"
OpenPOWER on IntegriCloud