From 0e066e7a1cfe21f058df476c4f9021c5580e7698 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 5 May 2013 12:54:01 -0300 Subject: [PATCH] Fix ubuntu lxc template --- boxes/ubuntu/lxc-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boxes/ubuntu/lxc-template b/boxes/ubuntu/lxc-template index 0905687..e88c523 100755 --- a/boxes/ubuntu/lxc-template +++ b/boxes/ubuntu/lxc-template @@ -36,8 +36,8 @@ fi configure_ubuntu() { rootfs=$1 - release=$3 - hostname='quantal64' + release=$2 + hostname=$2 # configure the network using the dhcp cat < $rootfs/etc/network/interfaces