Fix set hostname on remote server

Fix #691
This commit is contained in:
Julien Duponchelle 2016-09-27 10:40:58 +02:00
parent eccee6b629
commit 15babb137d
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -159,7 +159,7 @@ then
apt-get install -y gns3-iou apt-get install -y gns3-iou
# Force the host name to gns3vm # Force the host name to gns3vm
hostnamectl set-hostname gns3vm echo gns3vm > /etc/hostname
# Force hostid for IOU # Force hostid for IOU
dd if=/dev/zero bs=4 count=1 of=/etc/hostid dd if=/dev/zero bs=4 count=1 of=/etc/hostid