source: MondoRescue/branches/3.0-mindi-2.1/mindi/deplist.d/udev.conf@ 3563

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

Many additional backports from 3.2 and 3.0 future

  • Improved support for systemd
  • Launch start-netfs when a network conf is detected in the conf file to avoid an error later on in automatic mode
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/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/usr/share/dbus-1
72/var/run/dbus
73/usr/lib64/dbus-1
74/usr/bin/dbus-binding-tool
75/usr/bin/dbus-cleanup-sockets
76/usr/bin/dbus-monitor
77/usr/bin/dbus-send
78/usr/bin/dbus-uuidgen
79
80/sbin/udevstart.static
81/sbin/udev_volume_id
82/sbin/start_udev
83/sbin/udev
84/sbin/create_static_dev_nodes
85/sbin/consoletype
86
87# On Mandriva/Mageia at least
88/etc/makedev.d
89/sbin/makedev
Note: See TracBrowser for help on using the repository browser.