mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Respect RB_MULTIPLE flag.
This commit is contained in:
parent
167938e1e7
commit
6ee737aae3
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue