From e2c3a37f6c63908833b7ada01c104a482108f121 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Mon, 12 Sep 2011 23:25:37 -0700 Subject: [PATCH] fix apt-get update, add crude caching --- build_lxc.sh | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/build_lxc.sh b/build_lxc.sh index 4f1686c..8d5ef42 100755 --- a/build_lxc.sh +++ b/build_lxc.sh @@ -13,6 +13,16 @@ COPYENV=${COPYENV:-1} lxc-stop -n $CONTAINER lxc-destroy -n $CONTAINER +FSTAB=/tmp/fstab +cat > $FSTAB < $NET_CONF < $INSTALL_SH < $RC_LOCAL <