summaryrefslogtreecommitdiff
path: root/distrib/socppc/ramdisk
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2008-05-25 19:45:10 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2008-05-25 19:45:10 +0000
commit5d832609e1ae9b04736861833f28edbdf6a523e5 (patch)
tree88ed8dc1f95e56e388de58b5b8809f23b6c87197 /distrib/socppc/ramdisk
parent5cb52a3c7ed7a0e333b64ba559e43946fa7ef700 (diff)
We don't have any bootblocks to install.
Diffstat (limited to 'distrib/socppc/ramdisk')
-rw-r--r--distrib/socppc/ramdisk/install.md15
1 files changed, 1 insertions, 14 deletions
diff --git a/distrib/socppc/ramdisk/install.md b/distrib/socppc/ramdisk/install.md
index 015ce4cd635..931d29530e7 100644
--- a/distrib/socppc/ramdisk/install.md
+++ b/distrib/socppc/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.1 2008/05/11 22:29:14 kettenis Exp $
+# $OpenBSD: install.md,v 1.2 2008/05/25 19:45:09 kettenis Exp $
#
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -42,19 +42,6 @@
ARCH=ARCH
md_installboot() {
- # $1 is the root disk
-
- echo -n "Installing boot block..."
- disklabel -B ${1}
-
- # use extracted mdec if it exists (may be newer)
- if [ -d /mnt/usr/mdec ]; then
- cp /mnt/usr/mdec/boot /mnt/boot
- elif [ -d /usr/mdec ]; then
- cp /usr/mdec/boot /mnt/boot
- fi
-
- echo "done."
}
md_prep_fdisk() {