diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-02 01:39:30 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-11-02 01:39:30 +0000 |
commit | ea6f3928a8c8f6710069d577e144545c18738991 (patch) | |
tree | 8f78d0e7d845220d6dd36fa7d463a9907830457e /distrib/arc/ramdisk | |
parent | fa9a8972c32c3773e28f316ba42a3646eff7c8ca (diff) |
md_copy_kernel should call check_kernel like the other arches
Diffstat (limited to 'distrib/arc/ramdisk')
-rw-r--r-- | distrib/arc/ramdisk/install.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/distrib/arc/ramdisk/install.md b/distrib/arc/ramdisk/install.md index deca3a4b2b1..7ffb3236fa3 100644 --- a/distrib/arc/ramdisk/install.md +++ b/distrib/arc/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.8 1998/09/11 22:55:44 millert Exp $ +# $OpenBSD: install.md,v 1.9 1998/11/02 01:39:29 millert Exp $ # # # Copyright rc) 1996 The NetBSD Foundation, Inc. @@ -350,9 +350,7 @@ __md_prep_disklabel_1 } md_copy_kernel() { - #echo -n "Copying kernel..." - #cp -p /bsd /mnt/bsd - #echo "done." + check_kernel } md_welcome_banner() { |