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/mac68k | |
parent | 150c84348c1d78aeccce01e34c388df9d200fa6e (diff) |
Kill md_copy_kernel()
Diffstat (limited to 'distrib/mac68k')
-rw-r--r-- | distrib/mac68k/ramdisk/install.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/distrib/mac68k/ramdisk/install.md b/distrib/mac68k/ramdisk/install.md index 845f01fbc58..90213a40487 100644 --- a/distrib/mac68k/ramdisk/install.md +++ b/distrib/mac68k/ramdisk/install.md @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: install.md,v 1.1 1999/06/13 10:33:31 downsj Exp $ +# $OpenBSD: install.md,v 1.2 1999/08/15 10:05:05 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. @@ -140,10 +140,6 @@ md_prep_disklabel() # We don't have disklabels. } -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. |