diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-04-24 01:43:28 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2009-04-24 01:43:28 +0000 |
commit | 6621e37b5cd8f9acb3501e9c5313a227962486da (patch) | |
tree | 6c5432db7b5a2d15b04e7ff26ca75ec48779cc22 /distrib/i386/common | |
parent | 31ecc0f0cf0adffac18e9bc664807a4eabddd830 (diff) |
Remove magic 'bsd.mp -> bsd' linking for the moment as it confuses
subsequent upgrades.
Diffstat (limited to 'distrib/i386/common')
-rw-r--r-- | distrib/i386/common/install.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/i386/common/install.md b/distrib/i386/common/install.md index 0b4764c2898..906a0e6ff61 100644 --- a/distrib/i386/common/install.md +++ b/distrib/i386/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.37 2009/04/24 01:04:33 krw Exp $ +# $OpenBSD: install.md,v 1.38 2009/04/24 01:43:27 krw Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -44,7 +44,6 @@ md_installboot() { echo "Multiprocessor machine; using bsd.mp instead of bsd." mv bsd bsd.sp 2>/dev/null mv bsd.mp bsd - ln -sf bsd bsd.mp fi echo Installing boot block... |