From: Matthijs Kooijman Date: Sun, 14 Aug 2011 14:23:55 +0000 (+0200) Subject: lxc: Reorder and better document template container configuration. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Ftika.git;a=commitdiff_plain;h=e445d540b371568e8de5c316dc6b35e7374a962e lxc: Reorder and better document template container configuration. This only adds comments and reorders lines, no real changes are made. --- 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