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 6, 2011, 10:48:13 AM (14 years ago)
- Author:
-
adv
- Comment:
-
info netmodule boot-tools
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v7
|
v8
|
|
11 | 11 | |
12 | 12 | == Descargar de Internet los drivers para linux == |
| 13 | 1) Desde el servidor: Descargar el módulo tar.gz de internet y almacenarlo en /tmp |
| 14 | |
13 | 15 | |
14 | 16 | Algunas necesarias |
15 | 17 | Atheros familia 81xx descarga en: http://partner.atheros.com/Drivers.aspx |
| 18 | se deben de descargar en /tmp |
16 | 19 | |
17 | 20 | |
18 | | 1) Desde el servidor: Descargar el módulo tar.gz de internet y almacenarlo en /tmp |
19 | 21 | |
20 | 22 | |
… |
… |
|
34 | 36 | |
35 | 37 | |
| 38 | == Accedemos a la particion (loop img) del cliente pxe opengnsys == |
| 39 | Modificaciones al cliente -> creacion: |
| 40 | Modificaciones al cliente -> Pasos previos: |
36 | 41 | |
37 | | == Iniciamos un cliente con esa NIC en el modo ogclient-admin == |
38 | | |
39 | | Inicamos el cliente en ogclient-admin |
40 | | en la pregunta "stop before setting network" pulsamos la tecla Y |
41 | | tecleamos: |
42 | | uname -a |
43 | | |
44 | | dmesg | grep eth Nota: el | debe teclearse como [shift] + [Ç] |
45 | | |
46 | | |
47 | | == pendinte == |
48 | | |
49 | | 2) cargar las librerias de instalación del Cliente. (ogClientFunctions) |
50 | | {{{ |
51 | | source ogClientFunctions |
52 | | }}} |
53 | | |
54 | | 3) Accedemos al fichero-disco del cliente con la función ogClientMount |
55 | | {{{ |
56 | | ogClientMount |
57 | | # por defecto el login de root es og |
58 | | }}} |
59 | 42 | |
60 | 43 | 3.1) Compilamos el modulo |
… |
… |
|
77 | 60 | '''NOTA''': si necesitamos software de compilación, apt-get xxxxx (si usas proxy teclea export http_proxy="proxy.xxx.xx.es:xxxpuerto" |
78 | 61 | |
| 62 | |
| 63 | |
79 | 64 | 3.2 generamos un nuevo initrd que incluya este módulo. |
80 | 65 | {{{ |
… |
… |
|
88 | 73 | }}} |
89 | 74 | |
90 | | 3.4) Desmontamos el fichero-disco del cliente con la función ogClientUnmount |
91 | | {{{ |
92 | | ogClientUnmount |
93 | | }}} |
| 75 | == Iniciamos un cliente con esa NIC en el modo ogclient-admin == |
94 | 76 | |
95 | | 4) Copiar el nuevo initrd. |
96 | | {{{ |
97 | | cp /tmp/initrd.imgxxxxxxx /var/lib/tftpboot/ogclient/ |
98 | | }}} |
| 77 | Inicamos el cliente en ogclient-admin |
| 78 | en la pregunta "stop before setting network" pulsamos la tecla Y |
| 79 | tecleamos: |
| 80 | uname -a |
| 81 | |
| 82 | dmesg | grep eth Nota: el | debe teclearse como [shift] + [Ç] |
| 83 | |
| 84 | |
| 85 | == pendiente == |
99 | 86 | |
100 | 87 | |
101 | 88 | |
| 89 | |
| 90 | |
| 91 | |
| 92 | |
| 93 | |
| 94 | |