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:
-
Apr 25, 2012, 9:56:12 AM (13 years ago)
- Author:
-
adv
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
25 | 25 | |
26 | 26 | |
27 | | === Generar un nuevo initrd, con nuestras "locales", y almacenarlos en el /opt/opengnsys/tftpboot/ogclient/ === |
| 27 | === Ejemplo: Generar un nuevo initrd, con nuestras "locales", y almacenarlos en el /var/lib/tftpboot/ogclient === |
28 | 28 | {{{ |
29 | | #Solicitamos que se monte el sistema root (img), y configuere los locales. |
30 | | schroot -p -c IMGogclient -- /root/ReconfigureLocales.sh |
31 | | #Solicitamos que se monte el sistema root (img), y cree el initrd y el kernel |
32 | | ogClientInitrd host |
| 29 | #llamada al disco virtual para que configure sus locales. |
| 30 | schroot -p -c IMGogclient -- /usr/bin/boot-tools/boottoolsFsLocales.sh |
| 31 | #llamada al disco virutal para que genere un nuevo kernel e initrd y lo almacene en /var/lib/tftpboot/ogclient |
| 32 | btogFsInitrd |
33 | 33 | #almacenara el kernel y el initrd en /var/lib/tftpboot/ogclient/{ogvmlinuz oginitrd.img} |
34 | 34 | }}} |
35 | 35 | |
36 | 36 | |
37 | | === Copiar nuevos archivos al sistema raiz del cliente (ogclient.img) === |
| 37 | === REVISAR: Copiar nuevos archivos al sistema raiz del cliente (ogclient.img) === |
38 | 38 | |
39 | 39 | Cualquier archivo extra, que queramos añadir al sistema raiz del cliente, tenemos el directorio /tmp compartido entre el SO y el ogclient. |
… |
… |
|
48 | 48 | |
49 | 49 | |
50 | | === Generar un nuevo initrd, con un nuevo proceso de inicio de OpenGnsys === |
| 50 | === REVISAR: Generar un nuevo initrd, con un nuevo proceso de inicio de OpenGnsys === |
51 | 51 | {{{ |
52 | 52 | schroot -c IMGogclient |
… |
… |
|
69 | 69 | |
70 | 70 | |
71 | | === Instalar nuevas herramientas en el sistema raiz del (ogclient.img) === |
| 71 | === REVISAR Instalar nuevas herramientas en el sistema raiz del (ogclient.img) === |
72 | 72 | |
73 | 73 | {{{ |
… |
… |
|
78 | 78 | |
79 | 79 | |
80 | | === Generar un nuevo sistema raiz en formato sqfs (ogclient.sqfs) === |
| 80 | === REVISAR: Generar un nuevo sistema raiz en formato sqfs (ogclient.sqfs) === |
81 | 81 | {{{ |
82 | 82 | ogClient2ndSqfs IMGogclient |
… |
… |
|
86 | 86 | |
87 | 87 | |
88 | | === Integrar drivers de tarjetas de red === |
| 88 | === REVISAR Integrar drivers de tarjetas de red === |
89 | 89 | http://www.opengnsys.es/wiki/InitrdClienteNetModules |
90 | 90 | |