close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
May 6, 2011, 9:29:39 AM (14 years ago)
- Author:
-
adv
- Comment:
-
actualicion info devel boot-tools
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v34
|
v35
|
|
27 | 27 | Se ha testado con éxito en la ubuntu server 32 bits 10.04, 10.04.2 y 10.10 |
28 | 28 | |
29 | | NOTA: a fecha de 14 de abril de 2011 el instalador está en URLSVNBASE="http://www.opengnsys.es/svn/branches/version1.0/client" |
| 29 | NOTA: el instalador está en "http://www.opengnsys.es/browser/trunk/client/boot-tools/" |
30 | 30 | {{{ |
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; |
| 31 | mv /opt/opengnsys/tftpboot/ogclient /opt/opengnsys/tftpboot/ogclient-old; |
| 32 | svn checkout http://www.opengnsys.es/svn/trunk/client /tmp/opengnsys_installer/opengnsys; |
36 | 33 | find /tmp/opengnsys_installer/ -name .svn -type d -exec rm -fr {} \; 2>/dev/null; |
37 | 34 | /tmp/opengnsys_installer/opengnsys/client/boot-tools/ogClientGeneratorV2.sh; |
… |
… |
|
104 | 101 | === Pasos previos: === |
105 | 102 | {{{ |
106 | | svn checkout http://www.opengnsys.es/svn/branches/ogClient /tmp/opengnsys_installer/opengnsys/installer/ogClient; |
| 103 | mkdir -p /tmp/opengnsys_installer/opengnsys/client/boot-tools; |
| 104 | svn checkout http://www.opengnsys.es/svn/trunk/client/boot-tools /tmp/opengnsys_installer/opengnsys/client/boot-tools; |
107 | 105 | source /tmp/opengnsys_installer/opengnsys/installer/ogClient/ogClientManager.lib |
108 | 106 | }}} |
… |
… |
|
165 | 163 | |
166 | 164 | == 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 |
168 | 166 | |
169 | 167 | |
170 | 168 | == SVN del código == |
171 | | http://www.opengnsys.es/browser/branches/ogClient |
| 169 | * http://www.opengnsys.es/browser/trunk/client/boot-tools/ |
172 | 170 | |
173 | 171 | Proceso 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 |
176 | 174 | |
177 | 175 | modificaciones 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 |
179 | 177 | |
180 | 178 | |