From 25eb16bf3b471525fbf18889f1654ab04db959ec Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 25 Sep 2013 17:33:27 +0200 Subject: gnu: vm: Add more ttys. * gnu/system/vm.scm (system-qemu-image): Add more ttys. --- gnu/system/vm.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gnu') diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 11c76c67f3..d8c2b95d75 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -428,6 +428,9 @@ input tuples." (list (mingetty-service store "tty1") (mingetty-service store "tty2") (mingetty-service store "tty3") + (mingetty-service store "tty4") + (mingetty-service store "tty5") + (mingetty-service store "tty6") (syslog-service store) (guix-service store #:guix guix-0.4))) -- cgit v1.2.3