Fix ubuntu lxc template

This commit is contained in:
Fabio Rehm 2013-05-05 12:54:01 -03:00
parent 495c6f6b3e
commit 0e066e7a1c

View file

@ -36,8 +36,8 @@ fi
configure_ubuntu()
{
rootfs=$1
release=$3
hostname='quantal64'
release=$2
hostname=$2
# configure the network using the dhcp
cat <<EOF > $rootfs/etc/network/interfaces