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
Rev | Line | |
---|
[e0edc14] | 1 | OpenGnSys Client boot-tools INSTALL.es.txt |
---|
| 2 | ============================================ |
---|
[58828de] | 3 | |
---|
| 4 | |
---|
[d407765] | 5 | Advertencia previa: |
---|
| 6 | ----------------------------- |
---|
[1c53cef] | 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 |
---|
[d407765] | 10 | |
---|
| 11 | |
---|
[e0edc14] | 12 | Requisitos 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 | |
---|
| 18 | Proceso de instalación |
---|
| 19 | ---------------------- |
---|
| 20 | |
---|
[d407765] | 21 | #0. Si ya tenemos configurado TFTP, renombrar el directorio /var/lib/tftpboot/ogclient. |
---|
[e0edc14] | 22 | mv /opt/opengnsys/tftpboot/ogclient /opt/opengnsys/tftpboot/ogclient-old; |
---|
[d407765] | 23 | |
---|
| 24 | #1. Descargar del Subversion las herramientas del cliente |
---|
| 25 | apt-get install subversion wget |
---|
| 26 | svn checkout http://www.opengnsys.es/svn/branches/version1.0/client /tmp/opengnsys_installer/opengnsys/client/; |
---|
| 27 | svn checkout http://www.opengnsys.es/svn/branches/version2/ /tmp/opengnsys_installer/opengnsys2; |
---|
[58828de] | 28 | find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null; |
---|
| 29 | |
---|
[d407765] | 30 | #2. Ejecutar el instalador: |
---|
| 31 | /tmp/opengnsys_installer/opengnsys/client/boot-tools/boottoolsgenerator.sh; |
---|
[58828de] | 32 | |
---|
| 33 | |
---|
[e0edc14] | 34 | |
---|
[58828de] | 35 | |
---|
[e0edc14] | 36 | Descripción de la estrucutra de boot-tools |
---|
| 37 | ------------------------------------------ |
---|
[58828de] | 38 | |
---|
[e0edc14] | 39 | - INSTALL.es.txt este mismo archivo. |
---|
[d407765] | 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 | |
---|
[ed7e34d] | 46 | NOTA: |
---|
| 47 | boottollsfuncions.lib -> btogSetfsBase |
---|
| 48 | bootsoftwareinstall -> |
---|
| 49 | packages ->sw.testing |
---|
Note: See
TracBrowser
for help on using the repository browser.