diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-04 18:09:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-03-04 18:09:38 +0000 |
commit | 1879b11304b2aa330fb4987f0d895de4e28f497b (patch) | |
tree | 0c1544d6076adc26c9b6d894aaa6cfa176fef3d5 /distrib/zaurus | |
parent | 5609a1f867f37074b656532b8253edbdac6511f6 (diff) |
zaurus should set CPROM too, since it handles boot.conf; noted by sthen
Diffstat (limited to 'distrib/zaurus')
-rw-r--r-- | distrib/zaurus/ramdisk/install.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/zaurus/ramdisk/install.md b/distrib/zaurus/ramdisk/install.md index 3f8773eb481..d32c966b507 100644 --- a/distrib/zaurus/ramdisk/install.md +++ b/distrib/zaurus/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.13 2008/03/04 00:36:38 krw Exp $ +# $OpenBSD: install.md,v 1.14 2008/03/04 18:09:37 deraadt Exp $ # # # Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -141,6 +141,7 @@ md_consoleinfo() { for _u in $(scan_dmesg "/^$_d\([0-9]\) .*/s//\1/p"); do if [[ $_d$_u == $CONSOLE || -z $CONSOLE ]]; then CDEV=$_d$_u + CPROM=com$_u CTTY=tty0$_u return fi |