diff options
author | simokawa <simokawa@FreeBSD.org> | 2004-10-22 14:57:28 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2004-10-22 14:57:28 +0000 |
commit | 115129ef7c78f3303bead8f413457c08dac0ae4e (patch) | |
tree | 3b93b878554d628602dacb1d24c9a5fe47d57162 /sys/boot/i386 | |
parent | 8c6d777474b463ee6de6f96ba17b586d645e553c (diff) | |
download | FreeBSD-src-115129ef7c78f3303bead8f413457c08dac0ae4e.zip FreeBSD-src-115129ef7c78f3303bead8f413457c08dac0ae4e.tar.gz |
Respect RB_MULTIPLE flag.
Diffstat (limited to 'sys/boot/i386')
-rw-r--r-- | sys/boot/i386/loader/main.c | 2 |
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(); /* |