]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
introduce --with-distro=raspbian
authorS.Çağlar Onur <caglar@10ur.org>
Sat, 9 Aug 2014 03:13:27 +0000 (23:13 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Sat, 16 Aug 2014 01:04:35 +0000 (21:04 -0400)
commit1c1bb85ad2b6dd2f67244da1f2367c70e83aa343
tree1f246b175d9829118448ef9862172dbed3360cd1
parent3ad30ff74fcf8c00389c114ecc265be7b6764048
introduce --with-distro=raspbian

Raspberry Pi kernel finally supports all the bits required by LXC [1]

This patch makes "./configure --with-distro=raspbian" to install lxcbr0
based config file and upstart jobs.
Also src/lxc/lxc.net now checks the existence of the lxc-dnsmasq user
(and fallbacks to dnsmasq)

RPI users still need to pass
"MIRROR=http://archive.raspbian.org/raspbian/" parameter to lxc-create
to pick the correct packages

MIRROR=http://archive.raspbian.org/raspbian/ lxc-create -t debian -n rpi

[Could be applied to stable-1.0 if you cherry-pick
7157a508ba3015b830877a5e4d6ca9debb3fd064]

[1] https://github.com/raspberrypi/linux/issues/176

Signed-off-by: S.Çağlar Onur <caglar@10ur.org>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
configure.ac
src/lxc/lxc.net