]> git.ipfire.org Git - thirdparty/lxc.git/commit
fix busybox unpriv
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 27 Jan 2015 09:29:17 +0000 (10:29 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 30 Jan 2015 09:06:37 +0000 (10:06 +0100)
commit191b612f30668bc376c9df01d66ec1065997349c
treece42ef7b29349402e0c1ac25d9957063dbe84a27
parent388db0d9ebf1b24c538a68813077b7ace31db68f
fix busybox unpriv

1. tty5 is not needed
2. the devices should be optional in case they didn't exist in the
host / parent-container
3. switch from 'touch $rootfs/dev/$dev' to using create=file in the
mount entry.

Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-busybox.in