~serge-hallyn/ubuntu/quantal/lxc/lxc-fixapi

« back to all changes in this revision

Viewing changes to debian/lxc.default

  • Committer: Package Import Robot
  • Author(s): Serge Hallyn
  • Date: 2012-08-08 18:11:21 UTC
  • Revision ID: package-import@ubuntu.com-20120808181121-dvfay08v7hxmaqc1
Tags: 0.8.0~rc1-4ubuntu23
* fix FTBFS
  - add libseccomp to build-deps
  - add autoreconf to build-deps to regenerate Makefile.in at build time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# configuration (/var/lib/lxc/<container>/config) for any containers
19
19
# already created using the default config to reflect the new bridge
20
20
# name.
 
21
# If you have the dnsmasq daemon installed, you'll also have to update
 
22
# /etc/dnsmasq.d/lxc and restart the system wide dnsmasq daemon.
21
23
LXC_BRIDGE="lxcbr0"
22
24
LXC_ADDR="10.0.3.1"
23
25
LXC_NETMASK="255.255.255.0"