diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-10-10 17:58:59 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-10-10 17:58:59 +0000 |
commit | 470743e0913233479daecbc6f8c07bbe50fc36d0 (patch) | |
tree | c11c67e17a1ed21b44d1379de7136200ec2cf966 /distrib/alpha | |
parent | 1071fd61f01ffa35c508a44ef40e4bed32ef8b70 (diff) |
ability to specify default serial console
ok deraadt@
Diffstat (limited to 'distrib/alpha')
-rw-r--r-- | distrib/alpha/common/install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/alpha/common/install.md b/distrib/alpha/common/install.md index a75f23532db..75235f3dbc2 100644 --- a/distrib/alpha/common/install.md +++ b/distrib/alpha/common/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.19 2005/03/27 15:13:49 krw Exp $ +# $OpenBSD: install.md,v 1.20 2005/10/10 17:58:58 martin Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -39,6 +39,7 @@ # MDXAPERTURE=1 +MDSERIAL="com com tty0" ARCH=ARCH md_installboot() { |