diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-14 21:39:19 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-14 21:39:19 +0000 |
commit | a67db483c81021077d3ca6f872bdc4abc5c3ea8d (patch) | |
tree | d4ecfaa809a9a0a7df4db46ef8dde6c1ace06900 /distrib/pmax | |
parent | 17cf7d64011b0c939f500cc14e9a84bcfbc038f3 (diff) |
Add md_machine_arch()
Diffstat (limited to 'distrib/pmax')
-rw-r--r-- | distrib/pmax/install.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/distrib/pmax/install.md b/distrib/pmax/install.md index f86f8663b46..1e91033bbb8 100644 --- a/distrib/pmax/install.md +++ b/distrib/pmax/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.2 1997/05/13 14:30:08 graichen Exp $ +# $OpenBSD: install.md,v 1.3 1997/05/14 21:39:18 millert Exp $ # $NetBSD: install.md,v 1.3.2.5 1996/08/26 15:45:28 gwr Exp $ # # @@ -97,6 +97,10 @@ __kernfs_failed_1 > ${KERNFSMOUNTED} } +md_machine_arch() { + cat /kern/machine +} + md_get_diskdevs() { # return available disk devices grep "^rz[0-6] " < /kern/msgbuf | cut -d" " -f1 | sort -u |