source: ogLive-Builder-Git/INSTALL.es.txt

qndtest
Last change on this file was cfb2cb5, checked in by ramon <ramongomez@…>, 6 years ago

#730: Revisar cambios en nuevo nombre y URL.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5580 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 2.2 KB
Line 
1OpenGnsys Client boot-tools   INSTALL.es.txt
2============================================
3
4
5Advertencia previa:
6-----------------------------
7- No usar este instalador en un sistema OpenGnsys en producción.
8- Se puede ejecutar este script desde un sistema Ubuntu 10.04 o superior.
9- Mas información https://opengnsys.es/trac/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 https://opengnsys.es/svn/branches/version1.1/client /tmp/opengnsys_installer/opengnsys/client/;
27find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
28
29#2. Ejecutar el instalador:
30/tmp/opengnsys_installer/opengnsys/client/boot-tools/boottoolsgenerator.sh;
31
32Notas para ejecución del instalador en Ubuntu 12.10:
33- Configuración openssh-client:
34  - *** ssh_config (Y/I/N/O/D/Z) [default=N] ?   [intro]
35- Mapa de caracteres:
36  - Pantalla "Configuring console-data": elegir "Select keymap from full list"
37  - Keymap: pc / qwerty / Spanish / Standard / Standard
38- Clave publica del servidor
39 - verwrite (y/n)?   [intro]
40- Mapa de caracteres (repetición):
41  - Pantalla "Configuring console-data":
42  - Select keymap from full list
43  - pc / qwerty / Spanish / Standard / Standard,  UTF-8,  Combined - Latin; Slavic Cyrillic; Greek,  Fixed,  16
44
45
46
47Descripción de la estrucutra de boot-tools
48------------------------------------------
49
50- INSTALL.es.txt          este mismo archivo.
51- boottollsgenerator.sh   proceso de generación del sistema operativo opengnsys.
52- boottoolsfunctions.lib  libreria complementaria del boottolsgenerator.sh
53- includes/               directorio con ficheros específicos para incluir en la distribución.
54
55
56
57NOTA:
58 boottollsfuncions.lib  ->  btogSetfsBase
59 bootsoftwareinstall ->
60 packages ->sw.testing
61
Note: See TracBrowser for help on using the repository browser.