summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>2004-10-22 14:57:28 +0000
committersimokawa <simokawa@FreeBSD.org>2004-10-22 14:57:28 +0000
commit115129ef7c78f3303bead8f413457c08dac0ae4e (patch)
tree3b93b878554d628602dacb1d24c9a5fe47d57162 /sys/boot
parent8c6d777474b463ee6de6f96ba17b586d645e553c (diff)
downloadFreeBSD-src-115129ef7c78f3303bead8f413457c08dac0ae4e.zip
FreeBSD-src-115129ef7c78f3303bead8f413457c08dac0ae4e.tar.gz
Respect RB_MULTIPLE flag.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/loader/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c
index 829d29a4..2282309 100644
--- a/sys/boot/i386/loader/main.c
+++ b/sys/boot/i386/loader/main.c
@@ -102,6 +102,8 @@ main(void)
setenv("console", "comconsole", 1);
if (initial_howto & RB_MUTE)
setenv("console", "nullconsole", 1);
+ if (initial_howto & RB_MULTIPLE)
+ setenv("boot_multicons", "YES", 1);
cons_probe();
/*
OpenPOWER on IntegriCloud