From 6ee737aae3cecbf504e58603d017517919dcfe27 Mon Sep 17 00:00:00 2001 From: Hidetoshi Shimokawa Date: Fri, 22 Oct 2004 14:57:28 +0000 Subject: [PATCH] Respect RB_MULTIPLE flag. --- sys/boot/i386/loader/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c index 829d29a46e7..22823093492 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(); /*