summaryrefslogtreecommitdiffstats
path: root/client/boot-tools/INSTALL.es.txt
blob: 7c58093485db587fadc48c68f00cf763e5d6c01b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
OpenGnSys Client boot-tools   INSTALL.es.txt
============================================


Advertencia previa:
-----------------------------
- No usar este instalador en un sistema OpenGnNys en producción.
- Se puede ejecutar este script desde un sistema Ubuntu 10.04, 11.04
- Mas información http://www.opengnsys.es/wiki/ClienteInitrdDSGenerarloV1.0.2


Requisitos iniciales
--------------------
- Utilizar el usuario "root" para ejecutar el proceso de generación del cliente.
- Comprobar la conexión a Internet, sobre todo si usas proxy (el hecho de que funcione apt-get no significa que tengas el proxy configurado).


Proceso de instalación
----------------------

#0. Si ya tenemos configurado TFTP, renombrar el directorio /var/lib/tftpboot/ogclient.
mv /opt/opengnsys/tftpboot/ogclient /opt/opengnsys/tftpboot/ogclient-old;

#1. Descargar del Subversion las herramientas del cliente
apt-get install subversion wget
svn checkout http://www.opengnsys.es/svn/branches/version1.0/client /tmp/opengnsys_installer/opengnsys/client/;
svn checkout http://www.opengnsys.es/svn/branches/version2/  /tmp/opengnsys_installer/opengnsys2;
find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;

#2. Ejecutar el instalador: 
/tmp/opengnsys_installer/opengnsys/client/boot-tools/boottoolsgenerator.sh;


     

Descripción de la estrucutra de boot-tools
------------------------------------------

- INSTALL.es.txt          este mismo archivo.
- boottollsgenerator.sh   proceso de generación del sistema operativo opengnsys.
- boottoolsfunctions.lib  libreria complementaria del boottolsgenerator.sh
- includes/               directorio con ficheros específicos para incluir en la distribución.