source: client/boot-tools/INSTALL.es.txt @ c3c7cb3

opengnsys-1.0.2
Last change on this file since c3c7cb3 was c3c7cb3, checked in by ramon <ramongomez@…>, 13 years ago

Congelar versión 1.0.2 en tags/opengnsys-1.0.2 (modifica #446).

git-svn-id: https://opengnsys.es/svn/tags/opengnsys-1.0.2@2405 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1.7 KB
Line 
1OpenGnSys Client boot-tools   INSTALL.es.txt
2============================================
3
4
5Advertencia previa:
6-----------------------------
7- No usar este instalador en un sistema OpenGnNys en producción.
8- Se puede ejecutar este script desde un sistema Ubuntu 10.04, 11.04
9- Mas información http://www.opengnsys.es/wiki/ClienteInitrdDSGenerarloV1.0.2
10
11
12Requisitos iniciales
13--------------------
14- Utilizar el usuario "root" para ejecutar el proceso de generación del cliente.
15- 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).
16
17
18Proceso de instalación
19----------------------
20
21#0. Si ya tenemos configurado TFTP, renombrar el directorio /var/lib/tftpboot/ogclient.
22mv /opt/opengnsys/tftpboot/ogclient /opt/opengnsys/tftpboot/ogclient-old;
23
24#1. Descargar del Subversion las herramientas del cliente
25apt-get install subversion wget
26svn checkout http://www.opengnsys.es/svn/branches/version1.0/client /tmp/opengnsys_installer/opengnsys/client/;
27svn checkout http://www.opengnsys.es/svn/branches/version2/  /tmp/opengnsys_installer/opengnsys2;
28find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
29
30#2. Ejecutar el instalador:
31/tmp/opengnsys_installer/opengnsys/client/boot-tools/boottoolsgenerator.sh;
32
33
34     
35
36Descripción de la estrucutra de boot-tools
37------------------------------------------
38
39- INSTALL.es.txt          este mismo archivo.
40- boottollsgenerator.sh   proceso de generación del sistema operativo opengnsys.
41- boottoolsfunctions.lib  libreria complementaria del boottolsgenerator.sh
42- includes/               directorio con ficheros específicos para incluir en la distribución.
43
44
45
46
47
Note: See TracBrowser for help on using the repository browser.