Gentoo Archives: gentoo-dev

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: Let's redesign the entire filesystem!
Date: Sat, 17 Mar 2012 07:13:45
Message-Id: 20120317071211.GA7989@waltdnes.org
In Reply to: Re: [gentoo-dev] Re: Let's redesign the entire filesystem! by Richard Yao
1 On Thu, Mar 15, 2012 at 04:44:11PM -0400, Richard Yao wrote
2
3 > Busybox is installed as part of the system profile on amd64. You can
4 > install mdev by doing this:
5 >
6 > ln -s /bin/busybox /sbin/mdev
7
8 The official method is to build busybox with the "mdev" USE flag. That
9 is the only way that virtual/dev-manager recognizes it, and doesn't try
10 to pull in udev, instead. From the ebuild...
11
12 RDEPEND="|| (
13 sys-fs/udev
14 sys-apps/busybox[mdev]
15 sys-fs/devfsd
16 sys-fs/static-dev
17 sys-freebsd/freebsd-sbin
18 )"
19
20
21 > There is documentation in the busybox GIT for how to use it:
22 >
23 > http://git.busybox.net/busybox/plain/docs/mdev.txt
24
25 TOOT!!! (blowing my own horn). See http://www.waltdnes.org/mdev/ for
26 instructions on replacing udev with mdev for simple Gentoo systems.
27 Hopefully more info will start arriving, allowing more complex systems
28 to work with mdev.
29
30 --
31 Walter Dnes <waltdnes@××××××××.org>

Replies

Subject Author
Re: [gentoo-dev] Re: Let's redesign the entire filesystem! Walter Dnes <waltdnes@××××××××.org>