summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-10-03 14:14:40 +0000
committerjkh <jkh@FreeBSD.org>1997-10-03 14:14:40 +0000
commit1a48a8d4c83f15c154947ad22bb5b597f4ee2291 (patch)
tree89b635163e765c0e6b5af62e227ec83b3171f1f4 /release
parent1b37bc3e51cdf2cb6406072e761a6ccea52f79fc (diff)
downloadFreeBSD-src-1a48a8d4c83f15c154947ad22bb5b597f4ee2291.zip
FreeBSD-src-1a48a8d4c83f15c154947ad22bb5b597f4ee2291.tar.gz
Get boot.help from a different place.
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/install.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 87db769..beb3b71 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: install.c,v 1.196 1997/08/18 21:47:33 jkh Exp $
+ * $Id: install.c,v 1.197 1997/09/03 11:19:56 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -1036,6 +1036,8 @@ copySelf(void)
msgConfirm("Copy returned error status of %d!", i);
return FALSE;
}
+ if (file_readable("/stand/boot.help"))
+ vsystem("mv /stand/boot.help /");
/* Copy the /etc files into their rightful place */
if (vsystem("cd /mnt/stand; find etc | cpio %s -pdum /mnt", cpioVerbosity())) {
OpenPOWER on IntegriCloud