From 552f378613545cfe000f5c947e46a9533c6fe501 Mon Sep 17 00:00:00 2001
From: Virgil Dupras <hsoft@hardcoded.net>
Date: Sun, 29 Apr 2018 21:35:22 -0400
Subject: [PATCH] gentoo: update config to post LXC v2.1 format

---
 conf/gentoo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/gentoo b/conf/gentoo
index f57e8cc..1076fce 100644
--- a/conf/gentoo
+++ b/conf/gentoo
@@ -1,5 +1,5 @@
 lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
 
 # Default console settings
-lxc.tty = 4
-lxc.pts = 1024
+lxc.tty.max = 4
+lxc.pty.max = 1024