diff options
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. |