diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-03 14:14:40 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-10-03 14:14:40 +0000 |
| commit | 4a0aa461979dc386442b79d31620b060b9f65b12 (patch) | |
| tree | 8411e5b96f60560536dd879fad9ed2ebc30aa1c4 /release/sysinstall | |
| parent | e15ac533b01e1fe61aff0378e8c568ad8a1fc419 (diff) | |
Notes
Diffstat (limited to 'release/sysinstall')
| -rw-r--r-- | release/sysinstall/install.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c index 87db769d71fe..beb3b718b22b 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())) { |
