aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-01-30 12:22:08 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-01-30 12:22:08 +0000
commitdb3a9bb573701afeec4b6fe8307b4036aeca41fb (patch)
treea1c7f48bbbf34b2dc5840405b69a648954edabca /sys/boot
parentf26cf789aeeb69c59e55f873929d9beb98084344 (diff)
Notes
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 829d29a46e76..228230934921 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();
/*