on 05/02/2011 12:43 PM Mick wrote the following:
> <snip>
>> http://www.gentoo.org/doc/en/openrc-migration.xml
>
> I've been through the migration guide.  In the section about udev it mentions 
> /etc/runlevels/sysinit.  Is this something added by baselayout2/OpenRC?  I 
> don't seem to have this in my runlevels:
>
> $ ls -l /etc/runlevels/
> total 16
> drwxr-xr-x 2 root root 4096 Jan 18 20:39 boot
> drwxr-xr-x 2 root root 4096 Jun  8  2010 default
> drwxr-xr-x 2 root root 4096 Jan 21  2010 nonetwork
> drwxr-xr-x 2 root root 4096 Jan 21  2010 single
Looks like the update process will create the directory
/etc/runlevels/sysinit and (it should) put inside links to devfs, dmesg,
udev like so:
(# ls -l /etc/runlevels/sysinit)
lrwxrwxrwx 1 root root   17 Sep 23  2009 devfs -> /etc/init.d/devfs
lrwxrwxrwx 1 root root   17 Sep 23  2009 dmesg -> /etc/init.d/dmesg
lrwxrwxrwx 1 root root   16 Sep 23  2009 udev -> /etc/init.d/udev


Reply via email to