Re: [lxc-devel] [PATCH] Add lxc.autodev (v2)

2012-11-26 Thread Stéphane Graber
On 11/23/2012 03:16 PM, Serge Hallyn wrote: > 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 n

[lxc-devel] [PATCH] Add lxc.autodev (v2)

2012-11-23 Thread Serge Hallyn
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 co