diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-09-25 17:33:27 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-09-25 18:58:25 +0200 |
commit | 25eb16bf3b471525fbf18889f1654ab04db959ec (patch) | |
tree | 0dac2f6343b7fc535b431942cac57ac250722206 /gnu | |
parent | 65d195e140e18715f7f7fb4c5d219040ce773482 (diff) | |
download | guix-25eb16bf3b471525fbf18889f1654ab04db959ec.tar guix-25eb16bf3b471525fbf18889f1654ab04db959ec.tar.gz |
gnu: vm: Add more ttys.
* gnu/system/vm.scm (system-qemu-image): Add more ttys.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/system/vm.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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))) |