]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the attempt to see if we're overriding the console in the command
authorWarner Losh <imp@FreeBSD.org>
Mon, 23 Jul 2018 06:38:48 +0000 (06:38 +0000)
committerWarner Losh <imp@FreeBSD.org>
Mon, 23 Jul 2018 06:38:48 +0000 (06:38 +0000)
commitafe7cf8749ae61fed65980d10817252a2c2b7677
tree069b880c66d3b13372da54f074161a0b4cda2113
parent3b74102205602b4896f03e1c8de5bfe67c9095d6
Fix the attempt to see if we're overriding the console in the command
line args. I had thought console would be NULL, but it's efi. Set it
to efi (as a clue) before we initialize the console, then test it to
see if it changed on the command line to do the automatic
override. This gets my serial console back.
stand/efi/loader/main.c