From 092e123b5b9fb277382d0a1d5c19b071dedb3fec Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 4 Jul 2011 02:06:08 +0200 Subject: Add Marcus' console ttys. * config/ttys: Add tty[1-6]. --- config/ttys | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/ttys') diff --git a/config/ttys b/config/ttys index 14922eb3..6a548d59 100644 --- a/config/ttys +++ b/config/ttys @@ -5,4 +5,10 @@ # name program type status comments console "/libexec/getty 9600" mach-color on secure trusted console +tty1 "/libexec/getty 38400" hurd on secure trusted console +tty2 "/libexec/getty 38400" hurd on secure trusted console +tty3 "/libexec/getty 38400" hurd on secure trusted console +tty4 "/libexec/getty 38400" hurd on secure trusted console +tty5 "/libexec/getty 38400" hurd on secure trusted console +tty6 "/libexec/getty 38400" hurd on secure trusted console #com0 "/libexec/getty 9600" dialup on secure -- cgit v1.2.3 From cada30c0b184d5d532fc484c9b07844183007468 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 31 Jan 2012 01:46:03 +0100 Subject: Use TERM=mach-gnu-color instead of mach-color mach-gnu-color was added to upstream ncurses as the GNU variant of the Mach kernel console. * config/ttys (console): Set type to mach-gnu-color. --- config/ttys | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/ttys') diff --git a/config/ttys b/config/ttys index 6a548d59..2b3464d1 100644 --- a/config/ttys +++ b/config/ttys @@ -4,7 +4,7 @@ # name program type status comments -console "/libexec/getty 9600" mach-color on secure trusted console +console "/libexec/getty 9600" mach-gnu-color on secure trusted console tty1 "/libexec/getty 38400" hurd on secure trusted console tty2 "/libexec/getty 38400" hurd on secure trusted console tty3 "/libexec/getty 38400" hurd on secure trusted console -- cgit v1.2.3