summaryrefslogtreecommitdiff
path: root/distrib/octeon
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2020-06-24 03:54:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2020-06-24 03:54:03 +0000
commit4a0b1892ddfca7fda197cc26f908f268a57a21af (patch)
treee909ce56ff3c52000e33db0049ba1f1d3c28b6c1 /distrib/octeon
parentd285b14710728ee6dc2102ca9564157f01bf9ca2 (diff)
kernel no longer has to be placed into the boot area, because
we have proper bootblocks. ok visa
Diffstat (limited to 'distrib/octeon')
-rw-r--r--distrib/octeon/ramdisk/install.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/distrib/octeon/ramdisk/install.md b/distrib/octeon/ramdisk/install.md
index 5459ceb0239..dce66a9902e 100644
--- a/distrib/octeon/ramdisk/install.md
+++ b/distrib/octeon/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.20 2019/07/28 15:49:18 visa Exp $
+# $OpenBSD: install.md,v 1.21 2020/06/24 03:54:02 deraadt Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -36,14 +36,8 @@ NCPU=$(sysctl -n hw.ncpufound)
md_installboot() {
local _disk=$1
- local _kernel=/mnt/bsd
-
- if [[ -f /mnt/bsd.mp ]] && ((NCPU > 1)); then
- _kernel=/mnt/bsd.mp
- fi
if mount -t msdos /dev/${_disk}i /mnt2 && \
- cp $_kernel /mnt2/bsd && cp /mnt/bsd.rd /mnt2/bsd.rd && \
cp /mnt/usr/mdec/boot /mnt2/boot; then
umount /mnt2
return