From f51b0ce0ee4cd05325247eecff163d197f89ac1e Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Fri, 30 Sep 2005 13:24:14 +0000 Subject: [PATCH] MFi386: revision 1.33. > Cause all flags passed by boot2 to set the respective loader(8) > boot_* variable. The end effect is that all flags from boot2 > are now passed to the kernel. --- sys/boot/pc98/loader/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c index 14354f377e17..60a1c9f63cf4 100644 --- a/sys/boot/pc98/loader/main.c +++ b/sys/boot/pc98/loader/main.c @@ -98,8 +98,8 @@ main(void) * We can use printf() etc. once this is done. * If the previous boot stage has requested a serial console, prefer that. */ + bi_setboothowto(initial_howto); if (initial_howto & RB_MULTIPLE) { - setenv("boot_multicons", "YES", 1); if (initial_howto & RB_SERIAL) setenv("console", "comconsole vidconsole", 1); else