etc/ttys: add xen console
Xen VMs get a simulated serial device meant for use as a console. Often an xterm or other advanced terminal is used, so use xterm as the type. Depending on configuration, FreeBSD on Xen for amd64 may instead use an emulated serial port, but the virtual console may also be available. Submitted by: Elliott Mitchell <ehem+freebsd@m5p.com> Reviewed by: imp (slightly earlier version) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D29873
This commit is contained in:
parent
c76616f496
commit
2b2c460d7b
@ -47,5 +47,7 @@ ttyu2 "/usr/libexec/getty 3wire" vt100 onifconsole secure
|
||||
ttyu3 "/usr/libexec/getty 3wire" vt100 onifconsole secure
|
||||
# Dumb console
|
||||
dcons "/usr/libexec/getty std.9600" vt100 off secure
|
||||
# Xen Virtual console
|
||||
xc0 "/usr/libexec/getty Pc" xterm onifconsole secure
|
||||
# RISC-V HTIF console
|
||||
rcons "/usr/libexec/getty std.9600" vt100 onifconsole secure
|
||||
|
Loading…
x
Reference in New Issue
Block a user