Changes between Version 34 and Version 35 of InitrdClienteSecondFileSystem


Ignore:
Timestamp:
May 6, 2011, 11:29:39 AM (13 years ago)
Author:
adv
Comment:

actualicion info devel boot-tools

Legend:

Unmodified
Added
Removed
Modified
  • InitrdClienteSecondFileSystem

    v34 v35  
    2727Se ha testado con éxito en la ubuntu server 32 bits 10.04, 10.04.2 y 10.10
    2828
    29 NOTA: a fecha de 14 de abril de 2011 el instalador está en URLSVNBASE="http://www.opengnsys.es/svn/branches/version1.0/client"
     29NOTA:  el instalador está en "http://www.opengnsys.es/browser/trunk/client/boot-tools/"
    3030{{{
    31 URLSVNBASE="http://www.opengnsys.es/svn/branches/version1.0/client"
    32 mv /opt/opengnsys/tftpboot/ogclient/ /opt/opengnsys/tftpboot/ogclientTrunk;
    33 svn checkout ${URLSVNBASE}/boot-tools /tmp/opengnsys_installer/opengnsys/client/boot-tools;
    34 svn checkout ${URLSVNBASE}/shared/ /tmp/opengnsys_installer/opengnsys/client/shared;
    35 svn checkout ${URLSVNBASE}/engine/ /tmp/opengnsys_installer/opengnsys/client/engine;
     31mv /opt/opengnsys/tftpboot/ogclient /opt/opengnsys/tftpboot/ogclient-old;
     32svn checkout http://www.opengnsys.es/svn/trunk/client /tmp/opengnsys_installer/opengnsys;
    3633find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
    3734/tmp/opengnsys_installer/opengnsys/client/boot-tools/ogClientGeneratorV2.sh;
     
    104101=== Pasos previos: ===
    105102{{{
    106 svn checkout http://www.opengnsys.es/svn/branches/ogClient /tmp/opengnsys_installer/opengnsys/installer/ogClient;
     103mkdir -p /tmp/opengnsys_installer/opengnsys/client/boot-tools;
     104svn checkout http://www.opengnsys.es/svn/trunk/client/boot-tools /tmp/opengnsys_installer/opengnsys/client/boot-tools;
    107105source /tmp/opengnsys_installer/opengnsys/installer/ogClient/ogClientManager.lib
    108106}}}
     
    165163
    166164== Parametros usados por el kernel ==
    167 http://www.opengnsys.es/browser/branches/ogClient/kernelParameterOG.es.txt
     165* http://www.opengnsys.es/browser/trunk/client/boot-tools/kernelParameterOG.es.txt
    168166
    169167
    170168== SVN del código ==
    171 http://www.opengnsys.es/browser/branches/ogClient
     169* http://www.opengnsys.es/browser/trunk/client/boot-tools/
    172170
    173171Proceso de inicio:
    174 * http://www.opengnsys.es/browser/branches/ogClient/clientstructure/etc/initramfs-tools/scripts
    175 * http://www.opengnsys.es/browser/branches/ogClient/clientstructure/etc/inittab
     172* http://www.opengnsys.es/browser/trunk/client/boot-tools/clientstructure/etc/initramfs-tools/scripts
     173* http://www.opengnsys.es/browser/trunk/client/boot-tools/clientstructure/etc/inittab
    176174
    177175modificaciones del initrd.
    178 * http://www.opengnsys.es/browser/branches/ogClient/clientstructure/etc/initramfs-tools/hooks
     176* http://www.opengnsys.es/browser/trunk/client/boot-tools/clientstructure/etc/initramfs-tools/hooks
    179177
    180178