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:
-
Jun 16, 2010, 11:07:11 AM (15 years ago)
- Author:
-
adv
- Comment:
-
info añadir módulos de red al initrd
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
1 | 1 | |
2 | | NOTA: esta indicaciones son sólo referencias. En fase de pruebas. |
| 2 | NOTA: esta indicaciones son sólo referencias. En fase de pruebas. Para el cliente del branchs. |
| 3 | |
3 | 4 | |
4 | 5 | Para los tarjetas de red que necesiten un módulo adicional. |
… |
… |
|
38 | 39 | 3.2 generamos un nuevo initrd que incluya este módulo. |
39 | 40 | {{{ |
40 | | /root/ |
| 41 | /root/GenerateInitrd.sh |
41 | 42 | |
42 | 43 | }}} |
43 | 44 | |
| 45 | 3.3) Salimos del entorno chroot |
| 46 | {{{ |
| 47 | exit |
| 48 | }}} |
| 49 | |
| 50 | 3.4) Desmontamos el fichero-disco del cliente con la función ogClientUnmount |
| 51 | {{{ |
| 52 | ogClientUnmount |
| 53 | }}} |
| 54 | |
| 55 | 4) Copiar el nuevo initrd. |
| 56 | {{{ |
| 57 | cp /tmp/initrd.imgxxxxxxx /var/lib/tftpboot/ogclient/ |
| 58 | }}} |
| 59 | |
| 60 | |
| 61 | |