diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-09-22 17:04:46 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-09-22 17:04:46 +0000 |
| commit | 104ee923e2ad53596a834b173d1641de43564b05 (patch) | |
| tree | 2c93e0a74de1ff3c0b5a41f3887e6689acc20b3b /sys/boot/i386/loader/main.c | |
| parent | 4b62b6225821b9fc1d1c893a2399bc504072b533 (diff) | |
Notes
Diffstat (limited to 'sys/boot/i386/loader/main.c')
| -rw-r--r-- | sys/boot/i386/loader/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/i386/loader/main.c b/sys/boot/i386/loader/main.c index a078c6d0b501..09df1b2520d3 100644 --- a/sys/boot/i386/loader/main.c +++ b/sys/boot/i386/loader/main.c @@ -98,6 +98,8 @@ main(void) */ if (initial_howto & RB_SERIAL) setenv("console", "comconsole", 1); + if (initial_howto & RB_MUTE) + setenv("console", "nullconsole", 1); cons_probe(); /* |
