From b340eab85829bd58914ceb6d42e12e094d60fc57 Mon Sep 17 00:00:00 2001 From: KATOH Yasufumi Date: Tue, 27 Jan 2015 20:54:17 +0900 Subject: [PATCH] lxc-plamo: remove unnecessary lxc.autodev=0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It is set in plamo.common.conf, so it do not need in plamo.userns.conf Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber --- config/templates/plamo.userns.conf.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/templates/plamo.userns.conf.in b/config/templates/plamo.userns.conf.in index bf5093607..707bb30c0 100644 --- a/config/templates/plamo.userns.conf.in +++ b/config/templates/plamo.userns.conf.in @@ -1,5 +1,2 @@ # This derives from the global userns config lxc.include = @LXCTEMPLATECONFIG@/userns.conf - -# /dev/* is created manually by template -lxc.autodev = 0 \ No newline at end of file -- 2.47.3