]> git.ipfire.org Git - thirdparty/lxc.git/commit
Let sshd template work on ubuntu systems.
authorSerge E. Hallyn <serge.hallyn@canonical.com>
Mon, 24 Oct 2011 12:38:30 +0000 (14:38 +0200)
committerDaniel Lezcano <daniel.lezcano@free.fr>
Mon, 24 Oct 2011 12:38:30 +0000 (14:38 +0200)
commitb91b1cd79c1857a8aa5f329415cb23175b959cc1
tree975da96dee2d66134bbaba958ce3859511d001d1
parentcdcee3c7ff56e3018bd73ddd1512dbe4cbcfa915
Let sshd template work on ubuntu systems.

/dev/shm is a symlink to /run/shm, so we need /run/shm
to exist in the container rootfs.  Also, /dev/mqueue does
not exist on the host, and can't be created by the container.
But we don't really need it so ignore that.

Signed-off-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/utils.c
templates/lxc-sshd.in