From 0e38f2ec976ac4ba008ee697945f0207aa40e675 Mon Sep 17 00:00:00 2001 From: Rui Lopes Date: Fri, 6 Jan 2017 19:52:57 +0000 Subject: [PATCH] remove the IDE controller --- ubuntu.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ubuntu.json b/ubuntu.json index e3b58f4..c503a24 100644 --- a/ubuntu.json +++ b/ubuntu.json @@ -21,6 +21,9 @@ ["modifyvm", "{{.Name}}", "--nictype3", "82540EM"], ["modifyvm", "{{.Name}}", "--nictype4", "82540EM"] ], + "vboxmanage_post": [ + ["storagectl", "{{.Name}}", "--name", "IDE Controller", "--remove"] + ], "disk_size": "{{user `disk_size`}}", "hard_drive_interface": "sata", "iso_url": "http://archive.ubuntu.com/ubuntu/dists/xenial/main/installer-amd64/current/images/netboot/mini.iso",