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:46:03 AM (13 years ago)
- Author:
-
adv
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v9
|
v10
|
|
7 | 7 | === Requisitos === |
8 | 8 | Se debe tener acceso al disco duro virtual ogclient.img |
| 9 | |
| 10 | Se debe tener exportada http_proxy si queremos usar apt en el ogclient.img |
9 | 11 | |
10 | 12 | |
… |
… |
|
26 | 28 | {{{ |
27 | 29 | #Solicitamos que se monte el sistema root (img), y configuere los locales. |
28 | | schroot -c IMGogclient -- /root/ReconfigureLocales.sh |
| 30 | schroot -p -c IMGogclient -- /root/ReconfigureLocales.sh |
29 | 31 | #Solicitamos que se monte el sistema root (img), y cree el initrd y el kernel |
30 | 32 | ogClientInitrd host |
… |
… |
|
38 | 40 | {{{ |
39 | 41 | #Accedemos a la consola shell del sistema root del cliente (img) |
40 | | schroot -c IMGogclient |
| 42 | schroot -p -c IMGogclient |
41 | 43 | #Realizamos todas las modificaciones que queramos. el directorio /tmp es compartido tanto por nuestro ordenador, como por el sistema root del cliente (img) |
42 | 44 | cp /tmp/ficheroOGSERVER.txt /home/opengnsys/ficheroEnOGclient.txt |