summaryrefslogtreecommitdiff
path: root/distrib/amiga
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-05-14 21:39:19 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-05-14 21:39:19 +0000
commita67db483c81021077d3ca6f872bdc4abc5c3ea8d (patch)
treed4ecfaa809a9a0a7df4db46ef8dde6c1ace06900 /distrib/amiga
parent17cf7d64011b0c939f500cc14e9a84bcfbc038f3 (diff)
Add md_machine_arch()
Diffstat (limited to 'distrib/amiga')
-rw-r--r--distrib/amiga/install.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/amiga/install.md b/distrib/amiga/install.md
index 447004cc21f..b44ca5e9e50 100644
--- a/distrib/amiga/install.md
+++ b/distrib/amiga/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.2 1997/05/13 16:04:06 niklas Exp $
+# $OpenBSD: install.md,v 1.3 1997/05/14 21:39:10 millert Exp $
# $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $
#
#
@@ -58,6 +58,10 @@ md_makerootwritable() {
# This is done in .profile now
}
+md_machine_arch() {
+ cat /kern/machine
+}
+
md_get_diskdevs() {
# return available disk devices
dmesg | egrep "^[sw]d[0-9] " | cut -d" " -f1 | sort -u