mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
Merged from sys/boot/i386/loader/main.c revision 1.23.
This commit is contained in:
parent
87eae000dd
commit
6473734288
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66246
@ -108,6 +108,8 @@ main(void)
|
||||
*/
|
||||
if (initial_howto & RB_SERIAL)
|
||||
setenv("console", "comconsole", 1);
|
||||
if (initial_howto & RB_MUTE)
|
||||
setenv("console", "nullconsole", 1);
|
||||
cons_probe();
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user