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

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 7ec17a9 was ed7e34d, checked in by adv <adv@…>, 13 years ago

#460 ogLive 11.10 oneiric

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

  • Property mode set to 100644
File size: 1.8 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
46NOTA:
47 boottollsfuncions.lib  ->  btogSetfsBase
48 bootsoftwareinstall ->
49 packages ->sw.testing
Note: See TracBrowser for help on using the repository browser.