]> git.proxmox.com Git - mirror_lxc.git/commit
fix busybox unpriv
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 27 Jan 2015 09:29:17 +0000 (10:29 +0100)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Tue, 27 Jan 2015 09:30:29 +0000 (10:30 +0100)
commitcfe615f031f0ea48d6f725f72c8109573828d0f6
tree5bd88dd821e06046d2bee95386777ae6b820df13
parent38b34913fad2a4bcc842c2c377c0cb7bb90abe0f
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