diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-08-15 10:05:08 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-08-15 10:05:08 +0000 |
commit | f90fd4086b8caa140f8c07d722dd13e7994a98dd (patch) | |
tree | a28f96c53561ab6cd4017b143011904b6a7f3b6f /distrib/sun3/ramdisk | |
parent | 150c84348c1d78aeccce01e34c388df9d200fa6e (diff) |
Kill md_copy_kernel()
Diffstat (limited to 'distrib/sun3/ramdisk')
-rw-r--r-- | distrib/sun3/ramdisk/install.md | 6 |
1 files changed, 1 insertions, 5 deletions
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. |