diff options
Diffstat (limited to 'distrib/sun3')
-rw-r--r-- | distrib/sun3/common/install.md | 9 | ||||
-rw-r--r-- | distrib/sun3/ramdisk/install.md | 6 |
2 files changed, 2 insertions, 13 deletions
diff --git a/distrib/sun3/common/install.md b/distrib/sun3/common/install.md index 8b90f6d6335..f806729d632 100644 --- a/distrib/sun3/common/install.md +++ b/distrib/sun3/common/install.md @@ -41,8 +41,7 @@ # # Machine-dependent install sets -# MDSETS="xbin xman xinc xcon" XXX -MDSETS="" +MDSETS=kernel md_set_term() { if [ ! -z "$TERM" ]; then @@ -192,12 +191,6 @@ __md_prep_disklabel_1 edlabel /dev/r${_disk}c } -md_copy_kernel() { - echo -n "Copying kernel..." - cp -p /netbsd /mnt/netbsd - echo "done." -} - md_welcome_banner() { if [ "$MODE" = "install" ]; then echo "" diff --git a/distrib/sun3/ramdisk/install.md b/distrib/sun3/ramdisk/install.md index 7bcca4b0afb..e787feb2a89 100644 --- a/distrib/sun3/ramdisk/install.md +++ b/distrib/sun3/ramdisk/install.md @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: install.md,v 1.5 1998/11/09 04:00:10 millert Exp $ +# $OpenBSD: install.md,v 1.6 1999/08/15 10:05:06 millert Exp $ # $NetBSD: install.md,v 1.1.2.4 1996/08/26 15:45:14 gwr Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -333,10 +333,6 @@ __md_prep_disklabel_1 disklabel -E ${_disk} } -md_copy_kernel() { - check_kernel -} - # Note, while they might not seem machine-dependent, the # welcome banner and the punt message may contain information # and/or instructions specific to the type of machine. |