summaryrefslogtreecommitdiff
path: root/distrib/pmax
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-08-15 10:05:08 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-08-15 10:05:08 +0000
commitf90fd4086b8caa140f8c07d722dd13e7994a98dd (patch)
treea28f96c53561ab6cd4017b143011904b6a7f3b6f /distrib/pmax
parent150c84348c1d78aeccce01e34c388df9d200fa6e (diff)
Kill md_copy_kernel()
Diffstat (limited to 'distrib/pmax')
-rw-r--r--distrib/pmax/install.md11
-rw-r--r--distrib/pmax/ramdisk/install.md6
2 files changed, 3 insertions, 14 deletions
diff --git a/distrib/pmax/install.md b/distrib/pmax/install.md
index 862789c634f..4140bb4f318 100644
--- a/distrib/pmax/install.md
+++ b/distrib/pmax/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.11 1999/04/01 21:30:41 deraadt Exp $
+# $OpenBSD: install.md,v 1.12 1999/08/15 10:05:07 millert Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -45,8 +45,7 @@ TMPWRITEABLE=/tmp/writeable
KERNFSMOUNTED=/tmp/kernfsmounted
# Machine-dependent install sets
-MDSETS=""
-# TTT MDSETS="xbin xman xinc xcon"
+MDSETS=kernel
md_set_term() {
if [ ! -z "$TERM" ]; then
@@ -196,12 +195,6 @@ __md_prep_disklabel_1
disklabel -f /tmp/fstab.${_disk} -E ${_disk}
}
-md_copy_kernel() {
- echo -n "Copying kernel..."
- cp -p /bsd /mnt/bsd
- echo "done."
-}
-
md_welcome_banner() {
{
if [ "$MODE" = "install" ]; then
diff --git a/distrib/pmax/ramdisk/install.md b/distrib/pmax/ramdisk/install.md
index a772467d569..96430ef8595 100644
--- a/distrib/pmax/ramdisk/install.md
+++ b/distrib/pmax/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.4 1999/07/30 17:16:09 deraadt Exp $
+# $OpenBSD: install.md,v 1.5 1999/08/15 10:05:07 millert Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -49,10 +49,6 @@ md_machine_arch() {
cat /kern/machine
}
-md_copy_kernel() {
- check_kernel
-}
-
md_set_term() {
if [ ! -z "$TERM" ]; then
return