From 32ff85596830d909773fd3816c8b83356ce041b9 Mon Sep 17 00:00:00 2001 From: Laurent Vallar Date: Thu, 2 May 2013 14:29:27 +0200 Subject: [PATCH] Avoid trouble when using lxc-console --- boxes/debian/lxc-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/debian/lxc-template b/boxes/debian/lxc-template index 1d7b6c2..d4eb8d9 100755 --- a/boxes/debian/lxc-template +++ b/boxes/debian/lxc-template @@ -40,7 +40,7 @@ l6:6:wait:/etc/init.d/rc 6 # Normally not reached, but fallthrough in case of emergency. z6:6:respawn:/sbin/sulogin 1:2345:respawn:/sbin/getty 38400 console -c1:12345:respawn:/sbin/getty 38400 tty1 linux +#c1:12345:respawn:/sbin/getty 38400 tty1 linux c2:12345:respawn:/sbin/getty 38400 tty2 linux c3:12345:respawn:/sbin/getty 38400 tty3 linux c4:12345:respawn:/sbin/getty 38400 tty4 linux