Dual console configuration, both primary?

Hello.
I can't figure out how-to configure consoles to be equal.
If I write this (to /boot/loader.conf):
Code:
# Serial console boot
boot_multicons="YES"
boot_serial="YES"
comconsole_speed="115200"
console="comconsole,vidconsole"
, then I got this (in dmesg):
Code:
Dual Console: Serial Primary, Video Secondary

If I write this (to /boot/loader.conf):
Code:
# Serial console boot
boot_multicons="YES"
boot_serial="YES"
comconsole_speed="115200"
console="vidconsole,comconsole"
, then I got this (in dmesg):
Code:
Dual Console: Video Primary, Serial Secondary

The problem is: I can see rc services loading process just at primary one.
Is it possible to make both consoles to be like primary?
 
Back
Top