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() configure_ubuntu()
{ {
rootfs=$1 rootfs=$1
release=$3 release=$2
hostname='quantal64' hostname=$2
# configure the network using the dhcp # configure the network using the dhcp
cat <<EOF > $rootfs/etc/network/interfaces cat <<EOF > $rootfs/etc/network/interfaces