diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-10-28 17:53:32 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-10-28 17:53:32 +0000 |
commit | 2e2aba77d09da12a4e120d741056698e6b32fc61 (patch) | |
tree | 9299b33b46d4a37a2b5f86e1cef80c72566e9c4c /distrib/powerpc/ramdisk | |
parent | 5634baa1daa7963e129559d0445118d6a6cf3b32 (diff) |
call check_kernel instead of having the same code in all the .md files
Diffstat (limited to 'distrib/powerpc/ramdisk')
-rw-r--r-- | distrib/powerpc/ramdisk/install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/powerpc/ramdisk/install.md b/distrib/powerpc/ramdisk/install.md index 15559ebd1fe..90c2a92a0fd 100644 --- a/distrib/powerpc/ramdisk/install.md +++ b/distrib/powerpc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.7 1998/09/15 05:45:50 rahnds Exp $ +# $OpenBSD: install.md,v 1.8 1998/10/28 17:53:30 millert Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -327,6 +327,7 @@ __md_prep_disklabel_1 } md_copy_kernel() { + check_kernel } md_welcome_banner() { |