diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-09-23 01:43:32 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-09-23 01:43:32 +0000 |
| commit | 7b284872a0b07bdb09cfa0ca5f77c898b9bdd17a (patch) | |
| tree | 8a3f3d4a5904a989a666848d5db10cd334ec5688 /sys/boot/pc98/loader/main.c | |
| parent | 216ce0ac18f40907cb9f5d19b086d095b563721a (diff) | |
Notes
Diffstat (limited to 'sys/boot/pc98/loader/main.c')
| -rw-r--r-- | sys/boot/pc98/loader/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c index 7296604b25c1..34c13c27e507 100644 --- a/sys/boot/pc98/loader/main.c +++ b/sys/boot/pc98/loader/main.c @@ -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(); /* |
