Changes between Version 1 and Version 2 of ClienteInitrdDSModificarlo/en


Ignore:
Timestamp:
Feb 27, 2012, 4:02:39 PM (12 years ago)
Author:
paqui
Comment:

Finish. Review

Legend:

Unmodified
Added
Removed
Modified
  • ClienteInitrdDSModificarlo/en

    v1 v2  
    33
    44
    5 == Modificaciones al cliente ==
     5== Changes to the Client ==
    66
    7 === Pasos previos: ===
     7=== Previous Steps: ===
    88{{{
    99mkdir -p /tmp/opengnsys_installer/opengnsys/client/boot-tools;
     
    1313
    1414
    15 === Generar un nuevo initrd, con nuestras "locales", y almacenarlos en el /opt/opengnsys/tftpboot/ogclient/ ===
     15=== Generate a new initrd, with ours "locals" and save in /opt/opengnsys/tftpboot/ogclient/ ===
    1616{{{
    1717#Solicitamos que se monte el sistema root (img), y configuere los locales.
     
    2323
    2424
    25 === Copiar nuevos archivos al sistema raiz del cliente (ogclient.img) ===
     25=== Copy new files to root system of client (ogclient.img) ===
    2626
    27 Cualquier archivo extra, que queramos añadir al sistema raiz del cliente, tenemos el directorio /tmp compartido entre el SO y el ogclient.
     27Any extra file that we want to add to the root system of the client, we have the directory /tmp shared between OS and ogclient.
    2828{{{
    29 #Accedemos a la consola shell del  sistema root del cliente (img)
     29#Access to shell console of the root system of the client (img)
    3030schroot -c IMGogclient
    31 #Realizamos todas las modificaciones que queramos. el directorio /tmp es compartido tanto por nuestro ordenador, como por el sistema root del cliente (img)
     31#Do the modifications. Directory /tmp is shared by our computer and by the root system of the client (img)
    3232cp /tmp/ficheroOGSERVER.txt  /home/opengnsys/ficheroEnOGclient.txt
    33 # Salimos del sistema root del cliente (img)
     33# Quit of root system of the client (img)
    3434exit
    3535}}}
    3636
    3737
    38 === Generar un nuevo initrd, con un nuevo proceso de inicio de OpenGnsys ===
     38=== Generate a new initrd with a new init process of OpenGnSys ===
    3939{{{
    4040schroot -c IMGogclient
    41 #editamos el proceso de inicio
     41#edit the init process
    4242vi /etc/initramfs-tools/scripts/oginit
    43 #editamos las funciones del proceso de inicio
     43#edit the init process functions
    4444vi /initramfs-tools/scripts/ogfunctions
    45 # o copiamos uno actualizado.
     45# or copy one updated.
    4646cp /tmp/oginit /etc/initramfs-tools/scripts/oginit
    47 # o añadimos uno inicio alternativo
     47# or add one init alternative
    4848cp /tmp/oginit2 /etc/initramfs-tools/scripts/oginit2
    4949
     
    5757
    5858
    59 === Instalar nuevas herramientas en el sistema raiz del (ogclient.img) ===
     59=== Install new tools in root system of (ogclient.img) ===
    6060
    6161{{{
     
    6666
    6767
    68 === Generar un nuevo sistema raiz en formato sqfs (ogclient.sqfs)  ===
     68=== Generate a new root system in sqfs format (ogclient.sqfs)  ===
    6969{{{
    7070ogClient2ndSqfs IMGogclient
     
    7474
    7575
    76 === Integrar drivers de tarjetas de red ===
     76=== Integrate NIC drivers ===
    7777http://www.opengnsys.es/wiki/InitrdClienteNetModules
    7878