26e7b49782
This delegates node creation to udev. Among other things, the important advantage of this approach is population of all the related stuff in /dev/disk/by-* ; relying on udev can also be controlled through dmsetup's command line Comments related to this version: - another minor patch for static build scenario had to be applied; hopefully it will be fixed in upstream one day - example users' file is installed in /etc/udev/rules.d (not active) - configure is now consistent with lvm2 (they can be trivially merged into single package now) - minor adjustment to .pc Signed-off-by: Michal Soltys <soltys@ziu.info>
26 lines
1.0 KiB
Plaintext
26 lines
1.0 KiB
Plaintext
drwxr-xr-x root/root etc/
|
|
drwxr-xr-x root/root etc/udev/
|
|
drwxr-xr-x root/root etc/udev/rules.d/
|
|
-rw-r--r-- root/root etc/udev/rules.d/12-dm-permissions.rules.example
|
|
drwxr-xr-x root/root lib/
|
|
-r-xr-xr-x root/root lib/libdevmapper.so.1.02
|
|
drwxr-xr-x root/root lib/udev/
|
|
drwxr-xr-x root/root lib/udev/rules.d/
|
|
-r--r--r-- root/root lib/udev/rules.d/10-dm.rules
|
|
-r--r--r-- root/root lib/udev/rules.d/13-dm-disk.rules
|
|
-r--r--r-- root/root lib/udev/rules.d/95-dm-notify.rules
|
|
drwxr-xr-x root/root sbin/
|
|
-r-xr-xr-x root/root sbin/dmsetup
|
|
-r-xr-xr-x root/root sbin/dmsetup.static
|
|
drwxr-xr-x root/root usr/
|
|
drwxr-xr-x root/root usr/include/
|
|
-r--r--r-- root/root usr/include/libdevmapper.h
|
|
drwxr-xr-x root/root usr/lib/
|
|
-r--r--r-- root/root usr/lib/libdevmapper.a
|
|
lrwxrwxrwx root/root usr/lib/libdevmapper.so -> ../../lib/libdevmapper.so.1.02
|
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
|
-r--r--r-- root/root usr/lib/pkgconfig/devmapper.pc
|
|
drwxr-xr-x root/root usr/man/
|
|
drwxr-xr-x root/root usr/man/man8/
|
|
-r--r--r-- root/root usr/man/man8/dmsetup.8.gz
|