summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/disks.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-04-30 05:23:49 +0000
committerjkh <jkh@FreeBSD.org>1996-04-30 05:23:49 +0000
commit9f5d8f5eb75738c8eb8fe32e0c2ae247587ae745 (patch)
tree8810bd38863b4395cdfa04f6f1a8671ee8e7f7f8 /usr.sbin/sysinstall/disks.c
parent2adcf98b06452281f5d8d1a9ea68d0787e1eaf00 (diff)
downloadFreeBSD-src-9f5d8f5eb75738c8eb8fe32e0c2ae247587ae745.zip
FreeBSD-src-9f5d8f5eb75738c8eb8fe32e0c2ae247587ae745.tar.gz
More cosmetic changes before tomorrow's snapshot.
Diffstat (limited to 'usr.sbin/sysinstall/disks.c')
-rw-r--r--usr.sbin/sysinstall/disks.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/disks.c b/usr.sbin/sysinstall/disks.c
index a4a0095..bb27859 100644
--- a/usr.sbin/sysinstall/disks.c
+++ b/usr.sbin/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.45 1996/04/28 20:53:54 jkh Exp $
+ * $Id: disks.c,v 1.46 1996/04/29 06:47:08 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -399,7 +399,11 @@ diskPartition(Device *dev, Disk *d)
}
p = CheckRules(d);
if (p) {
+ char buf[FILENAME_MAX];
+
dialog_clear();
+ use_helpline("Press F1 to read more about disk partitioning.");
+ use_helpfile(systemHelpFile("partition", buf));
dialog_mesgbox("Disk partitioning warning:", p, -1, -1);
free(p);
}
OpenPOWER on IntegriCloud