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
Line | |
---|
1 | OpenGnSys Client boot-tools INSTALL.es.txt |
---|
2 | ============================================ |
---|
3 | |
---|
4 | |
---|
5 | Advertencia 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 | |
---|
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). |
---|
16 | |
---|
17 | |
---|
18 | Proceso de instalación |
---|
19 | ---------------------- |
---|
20 | |
---|
21 | #0. Si ya tenemos configurado TFTP, renombrar el directorio /var/lib/tftpboot/ogclient. |
---|
22 | mv /opt/opengnsys/tftpboot/ogclient /opt/opengnsys/tftpboot/ogclient-old; |
---|
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; |
---|
28 | find /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 | |
---|
36 | Descripció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 | |
---|
46 | NOTA: |
---|
47 | boottollsfuncions.lib -> btogSetfsBase |
---|
48 | bootsoftwareinstall -> |
---|
49 | packages ->sw.testing |
---|
Note: See
TracBrowser
for help on using the repository browser.