First create a network configuration file:
lxc.network.type = veth lxc.network.flags = up lxc.network.link = br0
…and run lxc-create:
root@servukas:~# lxc-create -n natty-lxc-template -t natty -f /tmp/natty-template-network.conf debootstrap is /usr/sbin/debootstrap Checking cache download in /var/cache/lxc/natty/rootfs-amd64 … Downloading ubuntu natty minimal … … Copy /var/cache/lxc/natty/rootfs-amd64 to /var/lib/lxc/natty-lxc-template/rootfs … Copying rootfs to /var/lib/lxc/natty-lxc-template/rootfs …Please change root-password ! . . . → Read More: How to create Ubuntu 11.04 Natty Narwhal LXC template