summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot')
-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 d70a370..2178247 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();
/*
OpenPOWER on IntegriCloud