diff options
author | ramon <ramongomez@us.es> | 2017-02-21 13:04:52 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-02-21 13:04:52 +0000 |
commit | 9d42c8eca9b475d21cafb6650879c8f5d460c896 (patch) | |
tree | 0815bbd6b229e0a5f76d54be43f1c42e05f2b78a /installer/vagrant | |
parent | 812496df173ed974e3e08cb2e1a51db97a5d8d14 (diff) |
#718: Crear paquete de instalaciĆ³n de OGAgent para macOS.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5210 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/vagrant')
-rw-r--r-- | installer/vagrant/Vagrantfile-ogagent-vbox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/installer/vagrant/Vagrantfile-ogagent-vbox b/installer/vagrant/Vagrantfile-ogagent-vbox index f5cd690e..e30ff154 100644 --- a/installer/vagrant/Vagrantfile-ogagent-vbox +++ b/installer/vagrant/Vagrantfile-ogagent-vbox @@ -21,7 +21,7 @@ localectl set-x11-keymap ${LANG%_*} # Update repositories. dnf install -y http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm # Install main dependencies. -dnf install -y debhelper dpkg-dev pyqt4-devel rpm-build subversion samba-winbind wine.i686 mingw32-wine-gecko wine-mono cabextract +dnf install -y debhelper dpkg-dev pyqt4-devel rpm-build subversion samba-winbind wine.i686 mingw32-wine-gecko wine-mono cabextract xar # Install desktop (XFCE) and GUI utils. dnf install -y @xfce-desktop-environment firefox VirtualBox-guest kmod-VirtualBox akmod-VirtualBox akmods systemctl set-default graphical.target @@ -61,8 +61,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # VM base and host name. ag.vm.box = "fedora/24-cloud-base" ag.vm.hostname = "ogAgent" - # Comment out to disable synced folder. - #ag.vm.synced_folder ".", "/vagrant", disabled: true + # Comment to disable synced folder. + ag.vm.synced_folder ".", "/vagrant" # Launch provisioning script. ag.vm.provision "shell", inline: SCRIPT end |