Last change
on this file since 3172 was
3172,
checked in by Bruno Cornec, 7 years ago
|
- First modifications to add support for systemd-udev
|
File size:
651 bytes
|
Line | |
---|
1 | # This file should contain the list of all executables needed at restore time |
---|
2 | # for udev support for all distributions and udev versions |
---|
3 | # (config files are already taken by mindi) |
---|
4 | # |
---|
5 | # Pathnames should be absolute |
---|
6 | # |
---|
7 | # $Id$ |
---|
8 | # |
---|
9 | /sbin/udevd |
---|
10 | /sbin/udevstart |
---|
11 | /sbin/udevcontrol |
---|
12 | /sbin/udevtrigger |
---|
13 | /sbin/udevsettle |
---|
14 | /sbin/udevadm |
---|
15 | /sbin/udev.static |
---|
16 | /sbin/udevsend |
---|
17 | /etc/udev |
---|
18 | /etc/hotplug.d |
---|
19 | |
---|
20 | # On ArchLinux |
---|
21 | /usr/bin/udevadm |
---|
22 | /usr/bin/udevd |
---|
23 | |
---|
24 | # Systemd |
---|
25 | /usr/lib/systemd/systemd-udevd |
---|
26 | |
---|
27 | /sbin/udevstart.static |
---|
28 | /sbin/udev_volume_id |
---|
29 | /sbin/start_udev |
---|
30 | /sbin/udev |
---|
31 | /sbin/create_static_dev_nodes |
---|
32 | /sbin/consoletype |
---|
33 | |
---|
34 | # On Mandriva/Mageia at least |
---|
35 | /etc/makedev.d |
---|
36 | /sbin/makedev |
---|
Note: See
TracBrowser
for help on using the repository browser.