From 3d6aab9c57ffc97c4962728e0326adcfeb928aaa Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Wed, 28 Sep 2011 13:21:46 -0700 Subject: [PATCH] don't pre-install munin-node --- build_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_lxc.sh b/build_lxc.sh index a13ca35..07a91ea 100755 --- a/build_lxc.sh +++ b/build_lxc.sh @@ -84,7 +84,7 @@ if [ ! -d $CACHEDIR ]; then # trigger the initial debootstrap lxc-create -n $CONTAINER -t natty -f $LXC_CONF chroot $CACHEDIR apt-get update - chroot $CACHEDIR apt-get install -y --force-yes `cat files/apts/* | cut -d\# -f1 | egrep -v "(rabbitmq|libvirt-bin|mysql-server)"` + chroot $CACHEDIR apt-get install -y --force-yes `cat files/apts/* | cut -d\# -f1 | egrep -v "(rabbitmq|libvirt-bin|mysql-server|munin-node)"` chroot $CACHEDIR pip install `cat files/pips/*` fi