Fix ubuntu lxc template
This commit is contained in:
parent
495c6f6b3e
commit
0e066e7a1c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue