summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-07-23 15:13:18 +0000
committerjkh <jkh@FreeBSD.org>1997-07-23 15:13:18 +0000
commit6f0eaaa0ccc919c89e16990d2e3f4bda6dced3ae (patch)
treeaee15e7e1974dc7e13cdf3263daf63ea21924645 /usr.sbin/sade
parentc6ab590e3bba3c83c0e019c50213543fa65619a6 (diff)
downloadFreeBSD-src-6f0eaaa0ccc919c89e16990d2e3f4bda6dced3ae.zip
FreeBSD-src-6f0eaaa0ccc919c89e16990d2e3f4bda6dced3ae.tar.gz
YAMF22 - /boot.foo fixups.
Also close PR#4151 by running newaliases (forgot to mention this in my RELENG_2_2 commit, but it's there).
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/install.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c
index 718effb..1d3554d 100644
--- a/usr.sbin/sade/install.c
+++ b/usr.sbin/sade/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.193 1997/07/16 11:45:48 jkh Exp $
+ * $Id: install.c,v 1.194 1997/07/16 15:21:57 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -797,6 +797,15 @@ installFixup(dialogMenuItem *self)
Mkdir("/usr/compat");
vsystem("ln -s /usr/compat /compat");
+ /* BOGON #5: aliases database not build for bin */
+ 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");
+
/* Now run all the mtree stuff to fix things up */
vsystem("mtree -deU -f /etc/mtree/BSD.root.dist -p /");
vsystem("mtree -deU -f /etc/mtree/BSD.var.dist -p /var");
OpenPOWER on IntegriCloud