Gentoo Archives: gentoo-user

From: Thanasis <thanasis@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] heads-up: 2011-05-01 baselayout news
Date: Mon, 02 May 2011 10:08:42
Message-Id: 4DBE8229.3060907@asyr.hopto.org
In Reply to: Re: [gentoo-user] heads-up: 2011-05-01 baselayout news by Mick
1 on 05/02/2011 12:43 PM Mick wrote the following:
2 > <snip>
3 >> http://www.gentoo.org/doc/en/openrc-migration.xml
4 >
5 > I've been through the migration guide. In the section about udev it mentions
6 > /etc/runlevels/sysinit. Is this something added by baselayout2/OpenRC? I
7 > don't seem to have this in my runlevels:
8 >
9 > $ ls -l /etc/runlevels/
10 > total 16
11 > drwxr-xr-x 2 root root 4096 Jan 18 20:39 boot
12 > drwxr-xr-x 2 root root 4096 Jun 8 2010 default
13 > drwxr-xr-x 2 root root 4096 Jan 21 2010 nonetwork
14 > drwxr-xr-x 2 root root 4096 Jan 21 2010 single
15 Looks like the update process will create the directory
16 /etc/runlevels/sysinit and (it should) put inside links to devfs, dmesg,
17 udev like so:
18 (# ls -l /etc/runlevels/sysinit)
19 lrwxrwxrwx 1 root root 17 Sep 23 2009 devfs -> /etc/init.d/devfs
20 lrwxrwxrwx 1 root root 17 Sep 23 2009 dmesg -> /etc/init.d/dmesg
21 lrwxrwxrwx 1 root root 16 Sep 23 2009 udev -> /etc/init.d/udev