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:
-
Mar 30, 2011, 8:33:43 AM (15 years ago)
- Author:
-
adv
- Comment:
-
ogclient Notas sobre uso con samba
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v27
|
v28
|
|
61 | 61 | == Modificaciones al cliente == |
62 | 62 | |
63 | | Pasos previos: |
| 63 | === Pasos previos: === |
64 | 64 | {{{ |
65 | 65 | svn checkout http://www.opengnsys.es/svn/branches/ogClient /tmp/opengnsys_installer/opengnsys/installer/ogClient; |
… |
… |
|
75 | 75 | |
76 | 76 | |
77 | | |
78 | | |
79 | 77 | === Copiar nuevos archivos al sistema raiz del cliente (ogclient.img) === |
80 | 78 | |
… |
… |
|
86 | 84 | |
87 | 85 | |
88 | | |
89 | | |
90 | 86 | === Generar un nuevo initrd, con un nuevo proceso de inicio de OpenGnsys === |
91 | | |
| 87 | {{{ |
| 88 | schroot -c IMGogclient |
| 89 | #editamos el proceso de inicio |
| 90 | vi /etc/initramfs-tools/scripts/oginit |
| 91 | #editamos las funciones del proceso de inicio |
| 92 | vi /initramfs-tools/scripts/ogfunctions |
| 93 | # o copiamos uno actualizado. |
| 94 | cp /tmp/oginit /etc/initramfs-tools/scripts/oginit |
| 95 | # o añadimos uno inicio alternativo |
| 96 | cp /tmp/oginit2 /etc/initramfs-tools/scripts/oginit2 |
| 97 | }}} |
92 | 98 | |
93 | 99 | |
… |
… |
|
97 | 103 | {{{ |
98 | 104 | schroot -c IMGogclient |
99 | | apt-get update python3 |
| 105 | apt-get install python3 |
100 | 106 | }}} |
101 | 107 | |
102 | 108 | |
| 109 | === Generar un nuevo sistema raiz en formato sqfs (ogclient.sqfs) === |
| 110 | {{{ |
| 111 | ogClient2ndSqfs |
| 112 | }}} |
103 | 113 | |
104 | 114 | |
105 | | === Generar un nuevo sistema sqfs === |
| 115 | == Parametros usados por el kernel == |
| 116 | http://www.opengnsys.es/browser/branches/ogClient/kernelParameterOG.es.txt |
| 117 | |
| 118 | |
| 119 | == SVN del código == |
| 120 | http://www.opengnsys.es/browser/branches/ogClient |
| 121 | |
| 122 | Proceso de inicio: |
| 123 | * http://www.opengnsys.es/browser/branches/ogClient/clientstructure/etc/initramfs-tools/scripts |
| 124 | * http://www.opengnsys.es/browser/branches/ogClient/clientstructure/etc/inittab |
| 125 | |
| 126 | modificaciones del initrd. |
| 127 | * http://www.opengnsys.es/browser/branches/ogClient/clientstructure/etc/initramfs-tools/hooks |
| 128 | |
| 129 | |
| 130 | == Notas sobre uso con samba == |
| 131 | http://www.opengnsys.es/browser/branches/eac-hidra-uma/Testing/etc/smb.conf.txt |
106 | 132 | |
107 | 133 | |
108 | 134 | |
109 | | |