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 19, 2011, 11:23:15 AM (14 years ago)
- Author:
-
adv
- Comment:
-
info modificacion ogclient
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v39
|
v40
|
|
152 | 152 | === Generar un nuevo initrd, con nuestras "locales", y almacenarlos en el /opt/opengnsys/tftpboot/ogclient/ === |
153 | 153 | {{{ |
| 154 | #Solicitamos que se monte el sistema root (img), y configuere los locales. |
154 | 155 | schroot -c IMGogclient -- /root/ReconfigureLocales.sh |
| 156 | #Solicitamos que se monte el sistema root (img), y cree el initrd y el kernel |
155 | 157 | ogClientInintrd host |
156 | 158 | }}} |
… |
… |
|
161 | 163 | Cualquier archivo extra, que queramos añadir al sistema raiz del cliente, tenemos el directorio /tmp compartido entre el SO y el ogclient. |
162 | 164 | {{{ |
| 165 | #Accedemos a la consola shell del sistema root del cliente (img) |
163 | 166 | schroot -c IMGogclient |
164 | | |
| 167 | #Realizamos todas las modificaciones que queramos. el directorio /tmp es compartido tanto por nuestro ordenador, como por el sistema root del cliente (img) |
165 | 168 | cp /tmp/ficheroOGSERVER.txt /home/opengnsys/ficheroEnOGclient.txt |
166 | | |
| 169 | # Salimos del sistema root del cliente (img) |
167 | 170 | exit |
168 | 171 | }}} |