From f5ba1f656808b38fb004e4555d2807f727c5d12f Mon Sep 17 00:00:00 2001 From: kato Date: Fri, 22 Sep 2000 12:51:22 +0000 Subject: Merged from sys/boot/i386/loader/main.c revision 1.23. --- sys/boot/pc98/loader/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/boot/pc98') diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c index 7296604..34c13c2 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(); /* -- cgit v1.1