From b9013a45860aed9d3703347c9a30f1854ed3f052 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 10 Mar 2013 02:00:03 -0300 Subject: [PATCH] Set base box hostname to quantal64 --- boxes/quantal64/lxc-template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boxes/quantal64/lxc-template b/boxes/quantal64/lxc-template index 85a9f80..4690955 100755 --- a/boxes/quantal64/lxc-template +++ b/boxes/quantal64/lxc-template @@ -36,8 +36,8 @@ fi configure_ubuntu() { rootfs=$1 - hostname=$2 release=$3 + hostname='quantal64' # configure the network using the dhcp cat < $rootfs/etc/network/interfaces @@ -543,7 +543,7 @@ if [ $? -ne 0 ]; then exit 1 fi -configure_ubuntu $rootfs $name $release +configure_ubuntu $rootfs $release if [ $? -ne 0 ]; then echo "failed to configure ubuntu $release for a container" exit 1