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.
This commit is contained in:
parent
fd8ab8cd89
commit
3a90a23a85
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user