diff --git a/template.json b/template.json index 3148639..fa29b25 100644 --- a/template.json +++ b/template.json @@ -20,6 +20,11 @@ "shutdown_command": "sudo poweroff" }], + "provisioners": [{ + "type": "shell", + "inline": ["mkfs.ext4 -F -L boot2docker-data /dev/sda"] + }], + "post-processors": [{ "type": "vagrant", "include": ["boot2docker-vagrant.iso"],