Re: [PATCH 1/2] Modernize udev rules
From: Thomas Bächler <hidden>
Date: 2013-02-11 10:48:19
Attachments
- signature.asc [application/pgp-signature] 901 bytes
From: Thomas Bächler <hidden>
Date: 2013-02-11 10:48:19
Am 11.02.2013 11:44, schrieb Dmitrijs Ledkovs:
On 11 February 2013 10:11, Thomas Bächler [off-list ref] wrote:quoted
Am 11.02.2013 09:33, schrieb Michael Tokarev:quoted
11.02.2013 04:20, NeilBrown wrote:quoted
On Sat, 9 Feb 2013 18:48:38 +0100 Thomas Bächler [off-list ref] wrote:quoted
quoted
-IMPORT{program}="/sbin/blkid -o udev -p $tempnode" +IMPORT{builtin}="blkid"Does this has additional udev version constrain? I mean, which is the minimum udev version to support this properly, do we care?Udev relies on devtmpfs and thus does not create devices since version 176, therefore $tempnode is deprecated and only $devnode should be used ($tempnode seems to be around for compatibility, no idea if/when it will be dropped). The blkid builtin is also available since udev 176. In latestSo 175 or 176? Neither debian nor ubuntu have 176 yet, only 175. And upgrading udev in debian/ubuntu is proving to be a hard task.
If I see this correctly, this was added after 175, so it first appeard in 176.