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

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since f009c3d was 5bfead0, checked in by ramon <ramongomez@…>, 8 years ago

#730: Sustitución del nombre del proyecto en el resto de ficheros del cliente.

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

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