diff options
author | ramon <ramongomez@us.es> | 2017-03-03 12:31:46 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2017-03-03 12:31:46 +0000 |
commit | 73d2b75552e408ec7399b51404e32b76416c7e3c (patch) | |
tree | 10c75d972c38f878fa56a19ea39bf66c5f183f8c /installer/vagrant | |
parent | 80fd30e454ff8ad8c923c91fd9ecff3ab4668d3a (diff) |
#774: Cambios para generar ogLive de 64 bits y ampliar instrucciones de su MV Vagrant.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5222 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/vagrant')
-rw-r--r-- | installer/vagrant/Vagrantfile-boottools-vbox | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/vagrant/Vagrantfile-boottools-vbox b/installer/vagrant/Vagrantfile-boottools-vbox index 8c348a5d..69ca87ef 100644 --- a/installer/vagrant/Vagrantfile-boottools-vbox +++ b/installer/vagrant/Vagrantfile-boottools-vbox @@ -27,6 +27,8 @@ ln -fs /var/lib/tftpboot /opt/opengnsys svn export http://opengnsys.es/svn/branches/version1.1/client /tmp/opengnsys_installer/opengnsys/client 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." +echo "ogLive ISO file will be located in /opt/opengnsys/tftpboot/ogclient directory." EOT Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |