Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2006 20:39:21 +0200
From:      Thierry Herbelot <thierry@herbelot.com>
To:        freebsd-hackers@freebsd.org
Cc:        OxY <oxy@field.hu>
Subject:   Re: setting up a serial console..
Message-ID:  <200605252039.22658.thierry@herbelot.com>
In-Reply-To: <001401c6800e$4376e280$0201a8c0@oxy>
References:  <001401c6800e$4376e280$0201a8c0@oxy>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Thursday 25 May 2006 17:16, OxY a écrit :
> hi!
>
> i have a simple question, but i didn't found the answer.
>
> after i set console=comconsole in the /boot/loader.conf
> and rebooted every output has been sent to the serial console,
> it's normal...

in /boot/defaults/loader.conf you will find the following line :
#console="vidconsole"       # A comma separated list of console(s)

you can have both a serial console and a video console by setting :
console="vidconsole,comconsole"

	TfH



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605252039.22658.thierry>