Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 259248
Collapse All | Expand All

(-)openrc-migration.xml (-2 / +34 lines)
Lines 20-25 Link Here
20
<author title="Traductor">
20
<author title="Traductor">
21
  <mail link="mcklaren@gmail.com">Manuel Peral González</mail>
21
  <mail link="mcklaren@gmail.com">Manuel Peral González</mail>
22
</author>
22
</author>
23
<author title="Traductor">
24
  <mail link="gentoo@nimiux.org">José María Alonso</mail>
25
</author>
23
26
24
<abstract>
27
<abstract>
25
Esta guía muestra como migrar de baselayout-1 a baselayout-2 y
28
Esta guía muestra como migrar de baselayout-1 a baselayout-2 y
Lines 30-37 Link Here
30
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31
<license/>
34
<license/>
32
35
33
<version>1.7</version>
36
<version>1.8</version>
34
<date>2008-09-11</date>
37
<date>2009-02-11</date>
35
38
36
<chapter>
39
<chapter>
37
<title>Trasfondo</title>
40
<title>Trasfondo</title>
Lines 271-276 Link Here
271
</section>
274
</section>
272
275
273
<section>
276
<section>
277
<title>Udev</title>
278
<body>
279
280
<p>
281
OpenRC ya no arranca <c>udev</c> por defecto, pero necesita que esté presente
282
en el nivel de ejecución <c>sysinit</c> para ser iniciado. El ebuild de OpenRC
283
debería detectar si <c>udev</c> se habilitó previamente y añadirlo al nivel
284
de ejecución <c>sysinit</c>. Sin embargo, para estar seguro, compruebe si
285
<c>udev</c> está presente: </p>
286
287
<pre caption="Verificando udev">
288
# <i>ls -l /etc/runlevels/sysinit</i>
289
lrwxrwxrwx 1 root root 14 2009-01-29 08:00 /etc/runlevels/sysinit/udev -> \
290
/etc/init.d/udev
291
</pre>
292
293
<p>
294
Si <c>udev</c> no está en la lista, anádalo al nivel de ejecucuón correcto
295
</p>
296
297
<pre caption="Añadiendo udev al nivel de ejecucuón sysinit">
298
# <i>rc-update add udev sysinit</i>
299
</pre>
300
301
</body>
302
</section>
303
<section>
304
305
274
<title>La red</title>
306
<title>La red</title>
275
<body>
307
<body>
276
308

Return to bug 259248