Do not allow muting of serial + full install

This commit is contained in:
Scott Ullrich 2009-07-15 21:44:07 -04:00
parent 1286004b06
commit 461fcf0775

View File

@ -1820,6 +1820,8 @@ function mute_kernel_msgs() {
// and will start dishing you cannot control tty errors.
if(trim(file_get_contents("/etc/platform")) == "nanobsd")
return;
if($config['system']['enableserial'])
return;
exec("/sbin/conscontrol mute on");
}