Changes between Version 3 and Version 4 of InitrdClienteNetModules


Ignore:
Timestamp:
Jun 16, 2010, 1:07:11 PM (14 years ago)
Author:
adv
Comment:

info añadir módulos de red al initrd

Legend:

Unmodified
Added
Removed
Modified
  • InitrdClienteNetModules

    v3 v4  
    11
    2 NOTA: esta indicaciones son sólo referencias. En fase de pruebas.
     2NOTA: esta indicaciones son sólo referencias. En fase de pruebas. Para el cliente del branchs.
     3
    34
    45Para los tarjetas de red que necesiten un módulo adicional.
     
    38393.2 generamos un nuevo initrd que incluya este módulo.
    3940{{{
    40    /root/
     41   /root/GenerateInitrd.sh
    4142
    4243}}}
    4344
     453.3) Salimos del entorno chroot
     46{{{
     47   exit 
     48}}}
     49
     503.4) Desmontamos el fichero-disco del cliente con la función ogClientUnmount
     51{{{
     52  ogClientUnmount 
     53}}}
     54
     554) Copiar el nuevo initrd.
     56{{{
     57   cp /tmp/initrd.imgxxxxxxx /var/lib/tftpboot/ogclient/
     58}}}
     59
     60
     61