aboutsummaryrefslogtreecommitdiff
path: root/release/sysinstall/disks.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-04-30 05:23:49 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-04-30 05:23:49 +0000
commit378a8550b925a883f3a5506cf38d4c7ce8bb5ade (patch)
tree8810bd38863b4395cdfa04f6f1a8671ee8e7f7f8 /release/sysinstall/disks.c
parentc584e0e88a537bfd916e1514bfbf14c6607309e3 (diff)
downloadsrc-378a8550b925a883f3a5506cf38d4c7ce8bb5ade.tar.gz
src-378a8550b925a883f3a5506cf38d4c7ce8bb5ade.zip
More cosmetic changes before tomorrow's snapshot.
Notes
Notes: svn path=/head/; revision=15465
Diffstat (limited to 'release/sysinstall/disks.c')
-rw-r--r--release/sysinstall/disks.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/release/sysinstall/disks.c b/release/sysinstall/disks.c
index a4a0095e59aa..bb2785956e68 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.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);
}