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