summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* #802 #888 PXE templates for UEFI: 'default' and '1hd' support secure boot ↵Irina Gómez2019-08-143-81/+53
| | | | for 'rEFInd'. 'default' searches for installed boot loaders and displays a menu. 'ogLiveAdmin' only starts from the network (not from the cache)
* Fixs multicast error: create 'read' alias defining line break character as ↵Irina Gómez2019-07-261-0/+5
| | | | default delimiter.
* #915 update installer to add APITOKEN= to ogAdmServer.cfgJavier Sánchez Parra2019-06-241-0/+1
| | | | | | | | This is going to be used to protect calls to ogAdmServer Example line for ogAdmServer.cfg: APITOKEN=9b5fddfc5d4d1daa74ffd7ce7c3c9925
* #914: Fixed bug in commit {{{6a2bd87}}} and {{{5050850}}}.Ramón M. Gómez2019-06-172-2/+2
|
* #802: Creating certificate to sign boot loaders.Ramón M. Gómez2019-06-131-0/+2
|
* #802 Advanced Boot Management sends to 'sendclientmode' script access data ↵Irina Gómez2019-06-101-9/+10
| | | | to the database as environment variables.
* #914: Simplyfing oglivecli code.Ramón M. Gómez2019-06-071-4/+1
|
* #914: Script {{{oglivecli}}} checks if installed ogLive images are fully ↵Ramón M. Gómez2019-06-071-8/+16
| | | | compatible.
* #888 #914: Updating UEFI requisites.Ramón M. Gómez2019-06-071-1/+1
|
* #914: Removing redundant permissions.Ramón M. Gómez2019-06-071-1/+1
|
* For UEFI the format of PXE filename is '01-'. Where is written in lowercase ↵Irina Gómez2019-06-042-14/+13
| | | | and split up with colon.
* Merge branch 'devel' into uefi (fast-forward)Irina Gómez2019-05-131-17/+21
|\
| * #736: Installer script no longer disables firewall or SELinux, and ↵Ramón M. Gómez2019-02-071-1/+1
| | | | | | | | recommends using {{{security-config}}} script.
| * #736: Updating security policies: restrict MySQL access from loopback, add ↵Ramón M. Gómez2019-02-061-17/+21
| | | | | | | | auxiliary ports, check if SELinux is enabled.
* | #802 #888 PXE UEFI: In grub.cfg if computer config file doesn't exist load ↵Irina Gómez2019-04-253-23/+24
| | | | | | | | default config. 1hd template replaces rEFInd template.
* | #802 #888 PXE templates: include informational messages.Irina Gómez2019-04-254-0/+14
| |
* | #802 #888 PXE templates search the ogLive in cache, in ISODIR or default ↵Irina Gómez2019-04-174-6/+140
| | | | | | | | directory. New templates for disk and default PXE.
* | ogRefindInstall, with paremeter FALSE, does not configure menu entry of ↵Irina Gómez2019-04-031-1/+1
| | | | | | | | directory microsoft or ubuntu. Fixs PXE template of refind. Creates auxiliary functions for rEFInd.
* | #860 #802 #888 For UEFI and BIOS coherence , the PXE templates are rename.Irina Gómez2019-03-2910-27/+11
| |
* | PXE templates for UEFI: Windows, reFind, ogLiveAdmin and new computer.Irina Gómez2019-03-184-0/+43
| |
* | #802 #888 #890 bootOs and PXE templates start the newly installed Linux ↵Irina Gómez2019-03-133-0/+12
| | | | | | | | distributions.
* | #802 #888 ogGrubInstall and ogRestoreEfiBootLoader: A generic name is used ↵Irina Gómez2019-02-253-2/+10
| | | | | | | | for the boot loader. This allows you to use PXE templates for a partition.
* | #802 opengnsys_installer.sh and grub.cfg: configurate uief compatibility for ↵Irina Gómez2019-02-251-1/+5
| | | | | | | | tftpboot.
* | #802 setclientmode: Crea configuración PXE para BIOS y UEFI. Permite pasar ↵Irina Gómez2019-02-131-23/+48
|/ | | | la información de acceso a la base de datos en un fichero.
* #840: Correct error in "oglivecli download" when detecting the new format in ↵Ramón M. Gómez2018-12-131-1/+1
| | | | ogLive version.
* #878 sendFileMcast now works with more than one server interfaceOpenGnSys Support Team2018-11-261-0/+9
|
* #877: Copy hosts file on OGAgent activation, and some code cleanup.Ramón M. Gómez2018-11-231-3/+3
|
* #840: Updating script {{{checkperms}}} to assign proper permissions.Ramón M. Gómez2018-11-201-1/+1
|
* #856: Improvements in {{{setserveraddr}}} script:Ramón M. Gómez2018-11-151-66/+95
| | | | | | * If Server is active, updating IP address in PXE files and database tables. * If Repository is active, generating new API token. * Supporting an IP address as input parameter.
* #875: Update list of enabled ports.Ramón M. Gómez2018-11-151-6/+14
|
* #784: Apache configuration now supports connection with PHP-FPM via socket ↵Ramón M. Gómez2018-11-151-1/+1
| | | | and port.
* #875: Removing old ogAdmRepo service.Ramón M. Gómez2018-11-142-6/+1
|
* #872: Code cleaning.Ramón M. Gómez2018-10-221-2/+3
|
* #870: Allow creation of the PXE file if computer is not associated with a ↵Ramón M. Gómez2018-10-221-2/+2
| | | | repository.
* #846 Se configura logrotate para que incluya todos los archivos de registro. ↵Irina Gómez2018-10-111-17/+13
| | | | Se separan los servicios del server y del repo en archivos independientes
* #850: Script {{{checkrepo}}} creates the repository info file if it doesn't ↵Ramón M. Gómez2018-10-101-0/+65
| | | | exist and uses a new global functions file.
* #784: Using PHP-FPM instead of Mod-PHP to improve Apache performance.Ramón M. Gómez2018-10-041-0/+7
|
* #859 El server siempre es servidor PXE. IP y OGLIVE=serveradv2018-07-111-4/+7
|
* #840: Checking permissions and directories after Git downloads.Ramón M. Gómez2018-06-131-2/+3
|
* Added boot messagesFredy2018-05-181-0/+3
|
* New feature first commitFredy2018-05-181-0/+205
|
* #802: Usar Shim como cargador primario para evitar fallos con algunas BIOS UEFI.ramon2018-04-301-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5762 a21b9725-9963-47de-94b9-378ad31fedc9
* #802: Adaptar plantilla DHCP y preparar primera plantilla PXE para sistemas ↵ramon2018-04-193-0/+16
| | | | | | UEFI. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5735 a21b9725-9963-47de-94b9-378ad31fedc9
* #739 #768: Cambios menores:ramon2018-02-202-3/+3
| | | | | | | | - Crear entradas correctas en DHCP de entorno Vagrant. - Permisos correctos en todos los clientes ogLive. - Obtener datos correctos al ejecutar {{{oglivecli convert}}}. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5603 a21b9725-9963-47de-94b9-378ad31fedc9
* #768 Plantillas para evitar el duplicado del parámetro oglivediririna2018-02-192-16/+5
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5600 a21b9725-9963-47de-94b9-378ad31fedc9
* #768 #828: Corregir erratas al crear plantillas PXE, evitando duplicado de ↵ramon2018-02-191-5/+9
| | | | | | directorio de ogLive y cadena {{{NULL}}} si no existe perfil de hardware. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5599 a21b9725-9963-47de-94b9-378ad31fedc9
* #768: Permitir solo 1 ficheros en subcomando {{{oglivecli install}}} con ↵ramon2018-01-251-1/+3
| | | | | | comodines en el nombre de la imagen ISO. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5584 a21b9725-9963-47de-94b9-378ad31fedc9
* #808: Actualizar plantilla DHCP con ejemplo para equipos Mac.ramon2018-01-221-0/+11
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5577 a21b9725-9963-47de-94b9-378ad31fedc9
* #828: Aplicar los cambios en el script {{{setclientmode}}} y descartar ↵ramon2018-01-221-16/+16
| | | | | | espacios iniciales y finales al obtener datos para varialbes PXE. git-svn-id: https://opengnsys.es/svn/branches/version1.1@5575 a21b9725-9963-47de-94b9-378ad31fedc9
* #820: Cambiar permisos en el directorio de grupos correcto.ramon2018-01-101-1/+1
| | | | git-svn-id: https://opengnsys.es/svn/branches/version1.1@5552 a21b9725-9963-47de-94b9-378ad31fedc9