summaryrefslogtreecommitdiffstats
path: root/installer
Commit message (Collapse)AuthorAgeFilesLines
* #914: Fix bug when getting the release from a Git tag.opengnsys-1.1.1Ramón M. Gómez2019-11-301-4/+6
|
* #914: Reverting installation URL to `master` branch.Ramón M. Gómez2019-11-291-1/+1
|
* #914: Releasing OpenGnsys 1.1.1 (Espeto).Ramón M. Gómez2019-11-295-173/+344
|
* #914: Adapting all scripts to use the `master` branch.Ramón M. Gómez2019-11-259-11/+12
|
* #915: Add new ogAdmServer compilation dependency.Ramón M. Gómez2019-11-212-2/+2
|
* #925: Script `settoken` changes REST token for users.Ramón M. Gómez2019-11-111-0/+1
|
* #914: Reverting commit `3df93ab` and using GAWK for regex compatibility.Ramón M. Gómez2019-11-082-5/+5
|
* #802 #888 PXE templates support EFI partition in whichever partition. ↵Irina Gómez2019-10-222-4/+0
| | | | Example template for boot with grub.
* #914: Update Vagrant labs information.Ramón M. Gómez2019-10-183-157/+6
|
* #925: Only the installer uses {{{settoken}}} script to generate ↵Ramón M. Gómez2019-10-162-18/+13
| | | | authentication tokens.
* #914: Installer and updater check HTTP and HTTPS connections to avoid proxy ↵Ramón M. Gómez2019-10-012-6/+10
| | | | configuration errors.
* #802 #888: Fix bug when replacing PXE template names.Ramón M. Gómez2019-09-272-6/+6
|
* #802 #888 opengnsys_update.sh: The names of PXE templates for BIOS are ↵Irina Gómez2019-09-271-1/+11
| | | | changed for compatibility with UEFI computers.
* #919: Fix Qt download URL to build the Browser.Ramón M. Gómez2019-09-231-5/+4
|
* #914: Installed/Update newest ogLive version.Ramón M. Gómez2019-09-202-5/+5
|
* #873 opengnsys_import.sh: The names of PXE templates for BIOS are changed ↵Irina Gómez2019-09-191-0/+13
| | | | for compatibility with UEFI computers.
* #914: Fix duplicates when detecting network parameters and get main ↵Ramón M. Gómez2019-09-172-7/+8
| | | | nameserver with Systemd.
* #914: Remove obsolete code from Vagrant file for development environment.Ramón M. Gómez2019-09-111-25/+5
|
* #919: Show instructions to compile locale files in the Browser's Vagrant file.Ramón M. Gómez2019-09-111-2/+12
|
* #892: Revert the removal of {{{wakonlan}}} installation dependency from ↵Ramón M. Gómez2019-08-262-2/+2
| | | | commit {{{2b00219}}}.
* #912 opengnsys_update.sh: the script is fixed that inclued '/' at the end ↵Irina Gómez2019-08-021-2/+2
| | | | the REPO APITOKEN in repository configuration.
* Virtual machine based in Ubuntu 18.Irina Gómez2019-08-011-1/+1
|
* Import and export scripts include the custom scripts, PXE files for UEFI ↵Irina Gómez2019-07-252-10/+36
| | | | and /etc/default/opengnsys.
* opengnys_installer.sh: fix error whereby the script failed to try to install ↵Irina Gómez2019-07-241-2/+2
| | | | an ogLive that does not exist.
* #915 update installer to add APITOKEN= to ogAdmServer.cfgJavier Sánchez Parra2019-06-242-0/+2
| | | | | | | | This is going to be used to protect calls to ogAdmServer Example line for ogAdmServer.cfg: APITOKEN=9b5fddfc5d4d1daa74ffd7ce7c3c9925
* #802: Creating certificate to sign boot loaders.Ramón M. Gómez2019-06-132-3/+33
|
* #914: Install/update the new ogLive release.Ramón M. Gómez2019-06-072-2/+2
|
* #888 #914: Updating UEFI requisites.Ramón M. Gómez2019-06-071-4/+8
|
* #914: Removing redundant permissions.Ramón M. Gómez2019-06-071-15/+0
|
* #914 Fix ogLive version to be installed.Ramón M. Gómez2019-06-052-3/+3
|
* Merge branch 'devel' into uefiIrina Gómez2019-06-052-2/+13
|\ | | | | | | Fast Foward
| * #916: Setting default values when installing using not interactive mode.Ramón M. Gómez2019-06-051-0/+11
| |
| * #915: Installing a new ogAdmServer compilation dependency, if needed.Ramón M. Gómez2019-06-052-2/+2
| |
* | Merge branch 'devel' into uefiIrina Gómez2019-06-054-317/+146
|\| | | | | | | Fast foward with devel branch
| * #916: Instalation script does not display characters when the user enters a ↵Ramón M. Gómez2019-06-041-119/+139
| | | | | | | | password and asks for password confirmation.
| * #872: Download correct OGAgent version.Ramón M. Gómez2019-06-031-1/+0
| |
| * #872: Fix bug in symbolic links.Ramón M. Gómez2019-05-272-195/+2
| |
| * #912: Fix bugs in update script: generating a new repository access token ↵Ramón M. Gómez2019-05-161-2/+5
| | | | | | | | and uncompressing downloaded code; update closed tickets list.
* | Merge branch 'devel' into uefi (fast-forward)Irina Gómez2019-05-135-22/+9
|\|
| * #739: Vagrant provisioning scripts try to get the name of the internal ↵Ramón M. Gómez2019-02-213-3/+3
| | | | | | | | network interface.
| * #736: Installer script no longer disables firewall or SELinux, and ↵Ramón M. Gómez2019-02-071-24/+4
| | | | | | | | recommends using {{{security-config}}} script.
| * #784: Fixing Apache configuration error when multiple instances of PHP-FPM ↵Ramón M. Gómez2019-02-072-2/+2
| | | | | | | | are installed.
| * #892: Use ogAdmServer Wake on LanJavier Sánchez Parra2019-01-292-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gestor_Comando.php only execute wakeonlan_repo.php when wake up command is called. * wakeonlan_repo.php send new needed parameters for ogAdmServer WoL. * repository.php use ogAdmServer WoL instead of wakeonlan perl script. * opengnsys_installer.sh and opengnsys_update.sh don't have wakeonlan perl script dependency anymore. # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon Jan 28 10:22:57 2019 +0100 # # On branch devel # Your branch is ahead of 'origin/devel' by 1 commit. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: admin/WebConsole/comandos/gestores/gestor_Comandos.php # modified: admin/WebConsole/comandos/gestores/wakeonlan_repo.php # modified: admin/WebConsole/rest/repository.php # modified: installer/opengnsys_installer.sh # modified: installer/opengnsys_update.sh # # Untracked files: # 0001-892-Use-ogAdmServer-Wake-on-Lan.patch # 0001-892-Use-ogAdmServer-Wake-on-Lan.zip #
* | #802 The installation, import and export scripts considers the PXE files for ↵Irina Gómez2019-03-293-3/+7
| | | | | | | | UEFI.
* | #802 opengnsys_installer.sh and grub.cfg: configurate uief compatibility for ↵Irina Gómez2019-02-251-8/+7
|/ | | | tftpboot.
* #580: New compilation dependencies.Ramón M. Gómez2019-01-172-4/+4
|
* #869: `realpath` command is included in `coreutils` package on Ubuntu 18.04Ramón M. Gómez2018-12-201-0/+2
|
* #886: Backward-compatible with JQ version 1.4Ramón M. Gómez2018-12-123-5/+5
|
* #881: Add new variable definitions to the default file.Ramón M. Gómez2018-11-301-1/+13
|
* #879: Checking paths and sizes in update script.Ramón M. Gómez2018-11-261-4/+10
|