Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/openrc-migration.xml,v retrieving revision 1.4 diff -u -r1.4 openrc-migration.xml --- openrc-migration.xml 7 Oct 2008 15:31:18 -0000 1.4 +++ openrc-migration.xml 16 Feb 2009 17:54:27 -0000 @@ -20,6 +20,9 @@ Manuel Peral González + + José María Alonso + Esta guía muestra como migrar de baselayout-1 a baselayout-2 y @@ -30,8 +33,8 @@ -1.7 -2008-09-11 +1.8 +2009-02-11 Trasfondo @@ -271,6 +274,35 @@
+Udev + + +

+OpenRC ya no arranca udev por defecto, pero necesita que esté presente +en el nivel de ejecución sysinit para ser iniciado. El ebuild de OpenRC +debería detectar si udev se habilitó previamente y añadirlo al nivel +de ejecución sysinit. Sin embargo, para estar seguro, compruebe si +udev está presente:

+ +
+# ls -l /etc/runlevels/sysinit
+lrwxrwxrwx 1 root root 14 2009-01-29 08:00 /etc/runlevels/sysinit/udev -> \
+/etc/init.d/udev
+
+ +

+Si udev no está en la lista, anádalo al nivel de ejecucuón correcto +

+ +
+# rc-update add udev sysinit
+
+ + +
+
+ + La red