Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Suggestion for getting rid of udev
Date: Thu, 13 Oct 2011 17:03:06
Message-Id: 201110131302.24766.vapier@gentoo.org
In Reply to: Re: [gentoo-dev] Suggestion for getting rid of udev by Arun Raghavan
1 On Thursday 13 October 2011 12:30:06 Arun Raghavan wrote:
2 > While I've seen a lot of whining about this whole issue, I certainly
3 > haven't been seen any effort to actually solve the problem within the
4 > existing framework. For example, if someone cares enough, why not
5 > write a wrapper script to track down the programs and libraries at
6 > runtime that actually do use /usr so it's easier to say "these
7 > packages install rules that need / and /usr on the same partition".
8
9 (1) udev has provided a workaround of sorts for this already: udevadm trigger
10 --type=failed. this is the udev-postmount init.d script. (2) it's fairly
11 trivial to locate most (all?) the failing rules with a single grep: grep /usr
12 -R /lib/udev/rules.d/.
13 -mike

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Suggestion for getting rid of udev Samuli Suominen <ssuominen@g.o>
Re: [gentoo-dev] Suggestion for getting rid of udev "Canek Peláez Valdés" <caneko@×××××.com>