From 25eb16bf3b471525fbf18889f1654ab04db959ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 25 Sep 2013 17:33:27 +0200 Subject: [PATCH] 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(+) diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 11c76c67f32fc708e469bbe7bcc0ed5a77921a69..d8c2b95d753655b754081728dbc87ec28c58ba3d 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)))