summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-09-30 13:24:14 +0000
committernyan <nyan@FreeBSD.org>2005-09-30 13:24:14 +0000
commit3a90a23a850e64534d04c95513d12c7af63b535d (patch)
tree07cbf6d6fe3555f7b681167e6f674e2ce571b46a /sys/boot
parentfd8ab8cd899fc744cebf3903d0a60a4e7e4a7218 (diff)
downloadFreeBSD-src-3a90a23a850e64534d04c95513d12c7af63b535d.zip
FreeBSD-src-3a90a23a850e64534d04c95513d12c7af63b535d.tar.gz
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.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/loader/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c
index 14354f3..60a1c9f 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
OpenPOWER on IntegriCloud