Changes between Version 2 and Version 3 of ClienteInitrdDSGenerarloV1.0.2


Ignore:
Timestamp:
Sep 13, 2011, 4:50:14 PM (13 years ago)
Author:
adv
Comment:

Como generar sistema operativo del cliente Opengnsys - pxe, usb, cd, hd-

Legend:

Unmodified
Added
Removed
Modified
  • ClienteInitrdDSGenerarloV1.0.2

    v2 v3  
    1313Se ha testado con éxito en la ubuntu server 32 bits 10.04, 10.04.2 y 10.10 y 11.04
    1414
    15 NOTA:  el instalador está en " http://www.opengnsys.es/browser#branches/version1.0/client/boot-tools   "
     15NOTA:  el instalador está en " http://www.opengnsys.es/browser#branches/version1.0/client/boot-tools/boottoolsgenerator.sh   "
    1616{{{
    1717mv /opt/opengnsys/tftpboot/ogclient /opt/opengnsys/tftpboot/ogclient-old;
    18 svn checkout http://www.opengnsys.es/svn/trunk/client /tmp/opengnsys_installer/opengnsys/client/;
     18svn checkout http://www.opengnsys.es/svn/branches/version1.0/client /tmp/opengnsys_installer/opengnsys/client/;
    1919svn checkout http://www.opengnsys.es/svn/branches/version2/  /tmp/opengnsys_installer/opengnsys2;
    2020find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null;
    21 /tmp/opengnsys_installer/opengnsys/client/boot-tools/ogClientGeneratorV2.sh;
     21/tmp/opengnsys_installer/opengnsys/client/boot-tools/boottoolsgenerator.sh;
    2222}}}
    2323
     
    2929Introduce la clave pub de nuestro servidor(ejecutor del instalador) en el cliente. En el caso de que ya exista un .pub nos pregunta si generar uno nuevo o mantener (N)
    3030Could not find /boot/grub/menu.lst file. Would you like /boot/grub/menu.lst generated for you? (y/N)  ->   Y
    31 
    3231}}}
    3332