summaryrefslogtreecommitdiff
path: root/distrib/miniroot/install.sh
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2009-04-24 01:04:34 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2009-04-24 01:04:34 +0000
commit699609200788a70f7a6343856ec4cc6aa56ff488 (patch)
tree014670ea7de707c466e946f8fd6c640a9e23aacb /distrib/miniroot/install.sh
parentccc7dc43c676d792468c3679070f1e8752d5267e (diff)
Move bsd.mp juggling into relevant MD files. Make bsd.mp a default
selection on multi-processor machines. Make bsd.mp a sanity check item on multi-processor machines. ok deraadt@
Diffstat (limited to 'distrib/miniroot/install.sh')
-rw-r--r--distrib/miniroot/install.sh10
1 files changed, 1 insertions, 9 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh
index abcaab3263d..f800c88b60b 100644
--- a/distrib/miniroot/install.sh
+++ b/distrib/miniroot/install.sh
@@ -1,5 +1,5 @@
#!/bin/ksh
-# $OpenBSD: install.sh,v 1.170 2009/04/23 23:16:34 deraadt Exp $
+# $OpenBSD: install.sh,v 1.171 2009/04/24 01:04:33 krw Exp $
# $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $
#
# Copyright (c) 1997-2009 Todd Miller, Theo de Raadt, Ken Westerback
@@ -335,14 +335,6 @@ _rootpass="$_password"
install_sets
-if [ -f /mnt/bsd.mp -a -f /mnt/bsd ]; then
- if [ $(sysctl -n hw.ncpufound) -gt 1 ]; then
- echo "Multiprocessor machine; using bsd.mp automatically."
- mv /mnt/bsd /mnt/bsd.sp
- mv /mnt/bsd.mp /mnt/bsd
- fi
-fi
-
# Remount all filesystems in /etc/fstab with the options from /etc/fstab, i.e.
# without any options such as async which may have been used in the first
# mount.