source: MondoRescue/branches/3.2/mindi/deplist.d/udev.conf@ 3607

Last change on this file since 3607 was 3489, checked in by Bruno Cornec, 8 years ago

On Debian 8 we need to use /lib/systemd instead of /usr/lib/systemd

File size: 1.7 KB
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/sbin/biosdevname
18/etc/udev
19/etc/hotplug.d
20
21/usr/sbin/dmeventd
22/usr/bin/systemctl
23
24# On ArchLinux
25/usr/bin/udevadm
26/usr/bin/udevd
27
28# Systemd
29/etc/systemd
30/usr/lib/systemd
31/lib/systemd
32/usr/lib/kernel
33/usr/lib/tmpfiles.d
34/var/lib/systemd
35/usr/share/systemd
36/usr/sbin/runlevel
37/usr/sbin/udevadm
38/usr/sbin/halt
39/usr/bin/bootctl
40/usr/bin/halt
41/usr/bin/hostnamectl
42/usr/bin/journalctl
43/usr/bin/kernel-install
44/usr/bin/localectl
45/usr/bin/loginctl
46/usr/bin/machinectl
47/usr/bin/poweroff
48/usr/bin/reboot
49/usr/bin/systemd
50/usr/bin/systemd-analyze
51/usr/bin/systemd-ask-password
52/usr/bin/systemd-cat
53/usr/bin/systemd-cgls
54/usr/bin/systemd-cgtop
55/usr/bin/systemd-coredumpctl
56/usr/bin/systemd-delta
57/usr/bin/systemd-detect-virt
58/usr/bin/systemd-inhibit
59/usr/bin/systemd-machine-id-setup
60/usr/bin/systemd-notify
61/usr/bin/systemd-nspawn
62/usr/bin/systemd-run
63/usr/bin/systemd-stdio-bridge
64/usr/bin/systemd-tmpfiles
65/usr/bin/systemd-tty-ask-password-agent
66/usr/bin/timedatectl
67
68# systemd needs dbus
69/usr/bin/dbus-daemon
70/usr/bin/dbus-launch
71/etc/dbus-1
72/usr/share/dbus-1
73/var/run/dbus
74/usr/lib64/dbus-1
75/usr/bin/dbus-binding-tool
76/usr/bin/dbus-cleanup-sockets
77/usr/bin/dbus-monitor
78/usr/bin/dbus-send
79/usr/bin/dbus-uuidgen
80
81/sbin/udevstart.static
82/sbin/udev_volume_id
83/sbin/start_udev
84/sbin/udev
85/sbin/create_static_dev_nodes
86/sbin/consoletype
87
88# On Mandriva/Mageia at least
89/etc/makedev.d
90/sbin/makedev
Note: See TracBrowser for help on using the repository browser.