summaryrefslogtreecommitdiff
path: root/distrib/alpha/ramdisk/install.md
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-05-15 03:44:11 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-05-15 03:44:11 +0000
commit06b2caff5a06368cc7e553efd42714bcbf77ddff (patch)
tree2ab2b33e30e18ccaac9f53b7e37eaeab2f514b7e /distrib/alpha/ramdisk/install.md
parent9d07188ef01305d430091765b13c877e4a450b40 (diff)
Add md_machine_arch. This should've gotten committed with the other
changes.
Diffstat (limited to 'distrib/alpha/ramdisk/install.md')
-rw-r--r--distrib/alpha/ramdisk/install.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md
index 699a6ef476e..54a6a254349 100644
--- a/distrib/alpha/ramdisk/install.md
+++ b/distrib/alpha/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.6 1997/05/14 16:06:14 millert Exp $
+# $OpenBSD: install.md,v 1.7 1997/05/15 03:44:10 millert Exp $
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
#
@@ -44,6 +44,10 @@ KERNFSMOUNTED=/tmp/kernfsmounted
# Machine-dependent install sets
MDSETS="kernel"
+md_machine_arch() {
+ cat /kern/machine
+}
+
md_copy_kernel() {
if [ ! -s /mnt/bsd ]; then
echo ""