summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-09-03 11:19:56 +0000
committerjkh <jkh@FreeBSD.org>1997-09-03 11:19:56 +0000
commit52bbd7041aa679a27451339d4741a476fc457542 (patch)
treed1e8dcc8acbedafc09364af14d684b7f8de8b77c /release
parent1e5eb79b17ea51a560d288511dfbde5007be71ae (diff)
downloadFreeBSD-src-52bbd7041aa679a27451339d4741a476fc457542.zip
FreeBSD-src-52bbd7041aa679a27451339d4741a476fc457542.tar.gz
Install boot.help a little more skillfully; now it works without a src
dist installed. :)
Diffstat (limited to 'release')
-rw-r--r--release/sysinstall/install.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 5b178d5..87db769 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.195 1997/07/23 15:13:18 jkh Exp $
+ * $Id: install.c,v 1.196 1997/08/18 21:47:33 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -804,8 +804,6 @@ installFixup(dialogMenuItem *self)
vsystem("newaliases");
/* BOGON #6: deal with new boot files */
- if (file_readable("/sys/i386/boot/biosboot/boot.help"))
- vsystem("cp /sys/i386/boot/biosboot/boot.help /");
vsystem("touch /kernel.config");
vsystem("touch /boot.config");
@@ -1030,6 +1028,8 @@ copySelf(void)
{
int i;
+ if (file_readable("/boot.help"))
+ vsystem("cp /boot.help /mnt");
msgWeHaveOutput("Copying the boot floppy to /stand on root filesystem");
i = vsystem("find -x /stand | cpio %s -pdum /mnt", cpioVerbosity());
if (i) {
OpenPOWER on IntegriCloud