diff options
author | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 12:17:13 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2020-05-27 12:17:13 +0200 |
commit | 279c2697d35d1f0a5eaa32b9860d76309fb92353 (patch) | |
tree | eb6339a4a2fd1d1a2b557e910e95f2f9e1c901ec /installer/vagrant/Vagrantfile-boottools-vbox | |
parent | a9c232f16ff7bf5a35ea6e49cf698d61ab266e7e (diff) |
#959: Vagrant files download from the new repositores.
Diffstat (limited to 'installer/vagrant/Vagrantfile-boottools-vbox')
-rw-r--r-- | installer/vagrant/Vagrantfile-boottools-vbox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/vagrant/Vagrantfile-boottools-vbox b/installer/vagrant/Vagrantfile-boottools-vbox index 82cae850..61d5e60d 100644 --- a/installer/vagrant/Vagrantfile-boottools-vbox +++ b/installer/vagrant/Vagrantfile-boottools-vbox @@ -25,7 +25,7 @@ groupadd opengnsys mkdir -p /opt/opengnsys/client /tmp/opengnsys_installer/opengnsys ln -fs /var/lib/tftpboot /opt/opengnsys BRANCH="master" -svn export https://github.com/opengnsys/OpenGnsys/branches/$BRANCH/client /tmp/opengnsys_installer/opengnsys/client +svn export https://github.com/opengnsys/ogLive-Builder/branches/$BRANCH/ /tmp/opengnsys_installer/opengnsys/client/boot-tools echo "Connect to this VM, launch boot-tools generation script and follow instructions:" echo " sudo /tmp/opengnsys_installer/opengnsys/client/boot-tools/boottoolsgenerator.sh" echo "Warning: this process may take a long time." |