]> git.proxmox.com Git - mirror_lxc.git/commit
Add lxc.autodev
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Thu, 1 Nov 2012 21:27:03 +0000 (22:27 +0100)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Mon, 26 Nov 2012 16:02:47 +0000 (10:02 -0600)
commitc6883f383e587725552f7c71e96ebe1c34ae7c56
tree8624a5b04d13eede90f70194143efda85761f75c
parent69c478daf1aeaf84941c561d381b26747b614101
Add lxc.autodev

Add a container config option to mount and populate /dev in a container.

We might want to add options to specify a max size for /dev other than
the default 100k, and to specify other devices to create.  And maybe
someone can think of a better name than autodev.

Changelog: Don't error out if we couldn't mknod a /dev/ttyN.
Changelog: Describe the option in lxc.conf manpage.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
doc/lxc.conf.sgml.in
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c