summaryrefslogtreecommitdiffstats
path: root/installer/vagrant/Vagrantfile-devel-vbox
diff options
context:
space:
mode:
authorRamón M. Gómez <ramongomez@us.es>2019-02-25 10:03:30 +0100
committerRamón M. Gómez <ramongomez@us.es>2019-02-25 10:03:30 +0100
commitd0df4ec235f0a813e93a46822cd2a7622db06c9b (patch)
tree0c9e07101602a0978b67af484ec3b83a7fcb6fd7 /installer/vagrant/Vagrantfile-devel-vbox
parent2200fb1b112a0e156ab465678a170a48064e2f71 (diff)
#872: Adapting commits {{{8e072b9}}}, {{{cfd26b}}}, and {{{79a6616}}} from devel to master branch.
Diffstat (limited to 'installer/vagrant/Vagrantfile-devel-vbox')
-rw-r--r--installer/vagrant/Vagrantfile-devel-vbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/vagrant/Vagrantfile-devel-vbox b/installer/vagrant/Vagrantfile-devel-vbox
index 2e0bdce7..23757f0d 100644
--- a/installer/vagrant/Vagrantfile-devel-vbox
+++ b/installer/vagrant/Vagrantfile-devel-vbox
@@ -45,7 +45,7 @@ elif which wget &>/dev/null; then
fi
$DOWNLOAD -s https://raw.githubusercontent.com/opengnsys/OpenGnsys/devel/installer/opengnsys_installer.sh | bash || exit $?
mv /opt/opengnsys/log/bash.log /opt/opengnsys/log/opengnsys_installer.log
-echo y | /opt/opengnsys/bin/setserveraddr enp0s8
+echo y | /opt/opengnsys/bin/setserveraddr $(ip -o link show | tail -1 | cut -d: -f2)
# Insert DHCP data.
for ((i=#{NCLIENTS+10}; i>10; i--)); do
sed -i "/^}$/ i host pc${i} { hardware ethernet #{MACPREFIX}:${i}; fixed-address #{NETPREFIX}.${i}; }" /etc/dhcp/dhcpd.conf