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
RevLine 
[27ee2b6]1OpenGnsys Client boot-tools   INSTALL.es.txt
[0cb256f]2============================================
[d17950b]3
4
[c852cf0]5Advertencia previa:
6-----------------------------
[27ee2b6]7- No usar este instalador en un sistema OpenGnsys en producción.
[b86f886]8- Se puede ejecutar este script desde un sistema Ubuntu 10.04 o superior.
[cfb2cb5]9- Mas información https://opengnsys.es/trac/wiki/ClienteInitrdDSGenerarloV1.0.2
[c852cf0]10
11
[0cb256f]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).
[d17950b]16
[0cb256f]17
18Proceso de instalación
19----------------------
20
[c852cf0]21#0. Si ya tenemos configurado TFTP, renombrar el directorio /var/lib/tftpboot/ogclient.
[0cb256f]22mv /opt/opengnsys/tftpboot/ogclient /opt/opengnsys/tftpboot/ogclient-old;
[c852cf0]23
24#1. Descargar del Subversion las herramientas del cliente
25apt-get install subversion wget
[cfb2cb5]26svn checkout https://opengnsys.es/svn/branches/version1.1/client /tmp/opengnsys_installer/opengnsys/client/;
[d17950b]27find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
28
[c852cf0]29#2. Ejecutar el instalador:
30/tmp/opengnsys_installer/opengnsys/client/boot-tools/boottoolsgenerator.sh;
[d17950b]31
[b86f886]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
[d17950b]45
46
[0cb256f]47Descripción de la estrucutra de boot-tools
48------------------------------------------
[d17950b]49
[0cb256f]50- INSTALL.es.txt          este mismo archivo.
[c852cf0]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
[8ebae0e]57NOTA:
58 boottollsfuncions.lib  ->  btogSetfsBase
59 bootsoftwareinstall ->
60 packages ->sw.testing
[b86f886]61
Note: See TracBrowser for help on using the repository browser.