summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-09-28 20:17:05 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-09-28 20:17:05 +0000
commit80c4ff739a65e4f37b50b0d19d6213fb49d1e904 (patch)
treeec24c330ef6910d43ad9bd76eaadba43e43e8fd8
parent35f458766979de40a9f876bddca60c8cbedda8a1 (diff)
Notes
-rw-r--r--sys/boot/i386/loader/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c
index d70a3709ba66..217824749f26 100644
--- a/sys/boot/i386/loader/main.c
+++ b/sys/boot/i386/loader/main.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: main.c,v 1.6 1998/09/18 02:03:30 msmith Exp $
+ * $Id: main.c,v 1.7 1998/09/26 01:31:10 msmith Exp $
*/
/*
@@ -87,7 +87,7 @@ main(void)
* If the previous boot stage has requested a serial console, prefer that.
*/
if (kargs->howto & RB_SERIAL)
- setenv("console", "com", 1);
+ setenv("console", "comconsole", 1);
cons_probe();
/*