diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-23 13:37:48 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-12-23 13:37:48 +0100 |
commit | 749f464f9169acc5f0aa25c7ce5428353ebbe664 (patch) | |
tree | 494fcaaeda32d4a5ccd095b18d755e345dda98a9 /NEWS | |
parent | c2e63452dda721bb7f127adefdfe444153a9bdca (diff) |
update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -1,12 +1,22 @@ -udev 176 +udev 175 ======== -The udevadm tool moved from 'sbin' to 'bin'. Some tools expect +The default install location moved from /lib/udev to /usr/lib/udev +to support systems without the / vs. /usr split. --libbexecdir= +can still be configured to install things to the rootfs. + +The udevadm tool moved from /sbin to /usr/bin. Some tools expect udevadm in 'sbin'. A symlink to udevadm in 'bin' needs to be -manually created if needed. +manually created if needed. Alternatively --bindir=/sbin installs +udevadm in /sbin. The systemd socket files use PassCred=yes, which requires systemd version 38. +The blkid tool is no longer called from udev rules. Udev links directly +to libblkid now. + +The udev build system only creates a .xz tarball now. + udev 175 ======== Bugfixes. |