Set base box hostname to quantal64
This commit is contained in:
parent
d2a1eeeabc
commit
b9013a4586
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ fi
|
||||||
configure_ubuntu()
|
configure_ubuntu()
|
||||||
{
|
{
|
||||||
rootfs=$1
|
rootfs=$1
|
||||||
hostname=$2
|
|
||||||
release=$3
|
release=$3
|
||||||
|
hostname='quantal64'
|
||||||
|
|
||||||
# configure the network using the dhcp
|
# configure the network using the dhcp
|
||||||
cat <<EOF > $rootfs/etc/network/interfaces
|
cat <<EOF > $rootfs/etc/network/interfaces
|
||||||
|
@ -543,7 +543,7 @@ if [ $? -ne 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
configure_ubuntu $rootfs $name $release
|
configure_ubuntu $rootfs $release
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "failed to configure ubuntu $release for a container"
|
echo "failed to configure ubuntu $release for a container"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue