Update lxc-archlinux template default config to use new options

Signed-off-by: Alexander Vladimirov <alexander.idkfa.vladimirov@gmail.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Alexander Vladimirov 2013-03-13 22:24:02 +08:00 committed by Stéphane Graber
parent 2f3f41d0d5
commit 6139e7e52d

View File

@ -127,7 +127,9 @@ lxc.tty=1
lxc.pts=1024
lxc.rootfs=${rootfs_path}
lxc.mount=${config_path}/fstab
lxc.cap.drop = mknod sys_module mac_admin mac_override
lxc.cap.drop=mknod sys_module mac_admin mac_override
lxc.kmsg=0
lxc.stopsignal=SIGRTMIN+4
#networking
lxc.network.type=${lxc_network_type}
lxc.network.link=${lxc_network_link}