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/sun3 | |
parent | 17cf7d64011b0c939f500cc14e9a84bcfbc038f3 (diff) |
Add md_machine_arch()
Diffstat (limited to 'distrib/sun3')
-rw-r--r-- | distrib/sun3/common/install.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/distrib/sun3/common/install.md b/distrib/sun3/common/install.md index bacf9d71ee9..8b90f6d6335 100644 --- a/distrib/sun3/common/install.md +++ b/distrib/sun3/common/install.md @@ -72,6 +72,10 @@ md_makerootwritable() { fi } +md_machine_arch() { + cat /kern/machine +} + md_get_diskdevs() { # return available disk devices __mount_kernfs |