From 890c00d6b809d0d908903fbf1a0ec5ceca8b54ad Mon Sep 17 00:00:00 2001 From: selias Date: Fri, 22 Sep 2017 10:49:28 +0200 Subject: Update disk-image-builder scripts to allow IPv6 Change-Id: I28ed08689db97eabc21726afa9d977fcda526dfb Signed-off-by: selias --- resources/tools/disk-image-builder/centos/centos-7.3-1611.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources/tools/disk-image-builder/centos/centos-7.3-1611.json') diff --git a/resources/tools/disk-image-builder/centos/centos-7.3-1611.json b/resources/tools/disk-image-builder/centos/centos-7.3-1611.json index da22c749d4..a747df9938 100644 --- a/resources/tools/disk-image-builder/centos/centos-7.3-1611.json +++ b/resources/tools/disk-image-builder/centos/centos-7.3-1611.json @@ -78,6 +78,10 @@ "only": ["{{user `release`}}-virtualbox"], "script": "scripts-remote/vagrant-guestadditions.sh" }, + { + "type": "shell", + "script": "scripts-remote/disable_ipv6.sh" + }, { "type": "shell", "script": "scripts-remote/cleanup.sh" -- cgit 1.2.3-korg