Changes between Version 20 and Version 21 of ClienteInitrdDSModificarlo


Ignore:
Timestamp:
Jul 3, 2013, 6:40:06 AM (12 years ago)
Author:
adv
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClienteInitrdDSModificarlo

    v20 v21  
    5151==== Generar un nuevo initrd, con un nuevo proceso de inicio de OpenGnsys ====
    5252{{{
    53 schroot -c IMGogclient
     53#accedemos al schroot con conectividad de red
     54schroot -p -c IMGogclient
    5455#editamos el proceso de inicio
    5556vi /etc/initramfs-tools/scripts/oginit
     
    6061# o añadimos uno inicio alternativo
    6162cp /tmp/oginit2 /etc/initramfs-tools/scripts/oginit2
    62 
     63#Salimos del entorno
    6364exit
    6465
     66#generamos un nuevo initrd del ogLive que será almacenado en /tmp/
    6567btogFsInitrd
    6668
     
    7274
    7375
    74 ==== REVISAR Instalar nuevas herramientas en el sistema raiz del (ogclient.img) ====
     76==== Instalar nuevas herramientas en el sistema raiz del (ogclient.img) ====
    7577
    7678{{{
    77 schroot -c IMGogclient
     79schroot -p -c IMGogclient
    7880apt-get install python3
    7981exit
     
    8688
    8789
    88 === Publicar los cambios ===
    8990
    90 ==== Publicar un nuevo kernel e initrd ====
     91=== comando boot-tools para la automatización ===
    9192
     93
     94==== General un nuevo kernel e initrd en el directorio /tmp del equipo ====
     95{{{
     96btogFsInitrd
     97}}}
    9298
    9399==== Generar un nuevo sistema raiz en formato sqfs (ogclient.sqfs)  ====