diff options
author | Alexander Hall <halex@cvs.openbsd.org> | 2011-07-06 20:02:17 +0000 |
---|---|---|
committer | Alexander Hall <halex@cvs.openbsd.org> | 2011-07-06 20:02:17 +0000 |
commit | 88fa8e979fdda9d0ac55cb2dce68be6a503f8237 (patch) | |
tree | 894ae19d8c55b3ff43c299af9197fa8df67decde /distrib/sgi/ramdisk | |
parent | 58e4bb0ca88838f102fd52d15bc154914ad61482 (diff) |
As non-mp install.md's neither set NCPU, nor will have a bsd.mp,
we could as well pull the 'mv bsd.mp bsd' and the associated checks
out of there.
ok deraadt@ "makes sense" todd@
Diffstat (limited to 'distrib/sgi/ramdisk')
-rw-r--r-- | distrib/sgi/ramdisk/install.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/distrib/sgi/ramdisk/install.md b/distrib/sgi/ramdisk/install.md index 35263ea5981..d1738eeeb33 100644 --- a/distrib/sgi/ramdisk/install.md +++ b/distrib/sgi/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.28 2011/06/07 09:38:59 jasper Exp $ +# $OpenBSD: install.md,v 1.29 2011/07/06 20:02:16 halex Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -55,12 +55,6 @@ md_installboot() { if [[ -f /mnt/bsd.rd.${IPARCH} ]]; then mv /mnt/bsd.rd.${IPARCH} /mnt/bsd.rd fi - - if [[ -f /mnt/bsd.mp ]] && ((NCPU > 1)); then - echo "Multiprocessor machine; using bsd.mp instead of bsd." - mv /mnt/bsd /mnt/bsd.sp 2>/dev/null - mv /mnt/bsd.mp /mnt/bsd - fi } md_prep_disklabel() |