From 6f13fe09c27baedd296e502cec63257ab262c53b Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 13 Jun 2018 10:34:33 -0400 Subject: [PATCH] Fixing the Fedora Scientific Vagrant part of the config Signed-off-by: Mohan Boddu --- fedora.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fedora.conf b/fedora.conf index fb44fd3..5af6140 100644 --- a/fedora.conf +++ b/fedora.conf @@ -416,6 +416,11 @@ image_build = { 'subvariant': 'Python_Classroom', 'failable': ['*'], }, + 'factory-parameters': { + 'ova-option': 'vagrant_sync_directory=/home/vagrant/sync' + } + }, + { 'image-build': { 'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')], 'name': 'Fedora-Scientific-Vagrant',