Changes between Version 27 and Version 28 of InitrdClienteSecondFileSystem


Ignore:
Timestamp:
Mar 30, 2011, 10:33:43 AM (13 years ago)
Author:
adv
Comment:

ogclient Notas sobre uso con samba

Legend:

Unmodified
Added
Removed
Modified
  • InitrdClienteSecondFileSystem

    v27 v28  
    6161== Modificaciones al cliente ==
    6262
    63 Pasos previos:
     63=== Pasos previos: ===
    6464{{{
    6565svn checkout http://www.opengnsys.es/svn/branches/ogClient /tmp/opengnsys_installer/opengnsys/installer/ogClient;
     
    7575
    7676
    77 
    78 
    7977=== Copiar nuevos archivos al sistema raiz del cliente (ogclient.img) ===
    8078
     
    8684
    8785
    88 
    89 
    9086=== Generar un nuevo initrd, con un nuevo proceso de inicio de OpenGnsys ===
    91 
     87{{{
     88schroot -c IMGogclient
     89#editamos el proceso de inicio
     90vi /etc/initramfs-tools/scripts/oginit
     91#editamos las funciones del proceso de inicio
     92vi /initramfs-tools/scripts/ogfunctions
     93# o copiamos uno actualizado.
     94cp /tmp/oginit /etc/initramfs-tools/scripts/oginit
     95# o añadimos uno inicio alternativo
     96cp /tmp/oginit2 /etc/initramfs-tools/scripts/oginit2
     97}}}
    9298
    9399
     
    97103{{{
    98104schroot -c IMGogclient
    99 apt-get update python3
     105apt-get install python3
    100106}}}
    101107
    102108
     109=== Generar un nuevo sistema raiz en formato sqfs (ogclient.sqfs)  ===
     110{{{
     111ogClient2ndSqfs
     112}}}
    103113
    104114
    105 === Generar un nuevo sistema sqfs ===
     115== Parametros usados por el kernel ==
     116http://www.opengnsys.es/browser/branches/ogClient/kernelParameterOG.es.txt
     117
     118
     119== SVN del código ==
     120http://www.opengnsys.es/browser/branches/ogClient
     121
     122Proceso de inicio:
     123* http://www.opengnsys.es/browser/branches/ogClient/clientstructure/etc/initramfs-tools/scripts
     124* http://www.opengnsys.es/browser/branches/ogClient/clientstructure/etc/inittab
     125
     126modificaciones del initrd.
     127* http://www.opengnsys.es/browser/branches/ogClient/clientstructure/etc/initramfs-tools/hooks
     128
     129
     130== Notas sobre uso con samba ==
     131http://www.opengnsys.es/browser/branches/eac-hidra-uma/Testing/etc/smb.conf.txt
    106132
    107133
    108134
    109