summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-10-06 08:34:56 +0000
committerjkh <jkh@FreeBSD.org>1997-10-06 08:34:56 +0000
commitfff37acdc46a68fd64e0b0408d61291e55988b7f (patch)
tree9501ff74308ca253a0808bd071028d8323d2dca2 /usr.sbin/sysinstall
parent34c2cc94e87e1b78a48db0efa194385de9bfad43 (diff)
downloadFreeBSD-src-fff37acdc46a68fd64e0b0408d61291e55988b7f.zip
FreeBSD-src-fff37acdc46a68fd64e0b0408d61291e55988b7f.tar.gz
This should put boot.help in its rightful place (finally!)
Diffstat (limited to 'usr.sbin/sysinstall')
-rw-r--r--usr.sbin/sysinstall/install.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index beb3b71..1571d69 100644
--- a/usr.sbin/sysinstall/install.c
+++ b/usr.sbin/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.197 1997/09/03 11:19:56 jkh Exp $
+ * $Id: install.c,v 1.198 1997/10/03 14:14:40 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -806,6 +806,8 @@ installFixup(dialogMenuItem *self)
/* BOGON #6: deal with new boot files */
vsystem("touch /kernel.config");
vsystem("touch /boot.config");
+ if (file_readable("/stand/boot.help"))
+ vsystem("mv /stand/boot.help /");
/* Now run all the mtree stuff to fix things up */
vsystem("mtree -deU -f /etc/mtree/BSD.root.dist -p /");
@@ -1036,8 +1038,6 @@ 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