From e445d540b371568e8de5c316dc6b35e7374a962e Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sun, 14 Aug 2011 16:23:55 +0200 Subject: [PATCH] lxc: Reorder and better document template container configuration. This only adds comments and reorders lines, no real changes are made. --- var/lib/lxc/template/config | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/var/lib/lxc/template/config b/var/lib/lxc/template/config index 176643a..7b1fd74 100644 --- a/var/lib/lxc/template/config +++ b/var/lib/lxc/template/config @@ -1,12 +1,18 @@ -lxc.tty = 4 -lxc.pts = 256 +# Hostname +lxc.utsname = template + +# Use this root filesystem lxc.rootfs = /var/lib/lxc/template/rootfs # Log console output lxc.console = /var/log/lxc/template.lxc -# Hostname -lxc.utsname = template +# The number of ttys available (shouldn't be less than the getty's +# configured in the inittab). +lxc.tty = 4 + +# Use private pts for the container +lxc.pts = 256 # Deny all devices, except the following lxc.cgroup.devices.deny = a -- 2.30.2