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

Last change on this file since 3283 was 3283, checked in by Bruno Cornec, 10 years ago
  • Adds again some missing binaries called by systemd. Hopefully this will allow dm devices to be created
File size: 1.5 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/usr/lib/kernel
32/usr/lib/tmpfiles.d
33/var/lib/systemd
34/usr/share/systemd
35/usr/sbin/runlevel
36/usr/sbin/udevadm
37/usr/sbin/halt
38/usr/bin/bootctl
39/usr/bin/halt
40/usr/bin/hostnamectl
41/usr/bin/journalctl
42/usr/bin/kernel-install
43/usr/bin/localectl
44/usr/bin/loginctl
45/usr/bin/machinectl
46/usr/bin/poweroff
47/usr/bin/reboot
48/usr/bin/systemd
49/usr/bin/systemd-analyze
50/usr/bin/systemd-ask-password
51/usr/bin/systemd-cat
52/usr/bin/systemd-cgls
53/usr/bin/systemd-cgtop
54/usr/bin/systemd-coredumpctl
55/usr/bin/systemd-delta
56/usr/bin/systemd-detect-virt
57/usr/bin/systemd-inhibit
58/usr/bin/systemd-machine-id-setup
59/usr/bin/systemd-notify
60/usr/bin/systemd-nspawn
61/usr/bin/systemd-run
62/usr/bin/systemd-stdio-bridge
63/usr/bin/systemd-tmpfiles
64/usr/bin/systemd-tty-ask-password-agent
65/usr/bin/timedatectl
66
67# systemd needs dbus
68/usr/bin/dbus-daemon
69/usr/bin/dbus-launch
70/etc/dbus-1
71
72/sbin/udevstart.static
73/sbin/udev_volume_id
74/sbin/start_udev
75/sbin/udev
76/sbin/create_static_dev_nodes
77/sbin/consoletype
78
79# On Mandriva/Mageia at least
80/etc/makedev.d
81/sbin/makedev
Note: See TracBrowser for help on using the repository browser.