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

Last change on this file since 3281 was 3281, checked in by Bruno Cornec, 10 years ago
  • /usr/sbin/dmeventd is now needed by systemd for dm dev creation (seen with LVM)
  • Keyboard detection needs to be done after MRCFG creation
  • Avoids error msgs in grub detection (when grub2 is in fact used)
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/etc/udev
18/etc/hotplug.d
19
20/usr/sbin/dmeventd
21
22# On ArchLinux
23/usr/bin/udevadm
24/usr/bin/udevd
25
26# Systemd
27/etc/systemd
28/usr/lib/systemd
29/usr/lib/kernel
30/usr/lib/tmpfiles.d
31/var/lib/systemd
32/usr/share/systemd
33/usr/sbin/runlevel
34/usr/sbin/udevadm
35/usr/sbin/halt
36/usr/bin/bootctl
37/usr/bin/halt
38/usr/bin/hostnamectl
39/usr/bin/journalctl
40/usr/bin/kernel-install
41/usr/bin/localectl
42/usr/bin/loginctl
43/usr/bin/machinectl
44/usr/bin/poweroff
45/usr/bin/reboot
46/usr/bin/systemd
47/usr/bin/systemd-analyze
48/usr/bin/systemd-ask-password
49/usr/bin/systemd-cat
50/usr/bin/systemd-cgls
51/usr/bin/systemd-cgtop
52/usr/bin/systemd-coredumpctl
53/usr/bin/systemd-delta
54/usr/bin/systemd-detect-virt
55/usr/bin/systemd-inhibit
56/usr/bin/systemd-machine-id-setup
57/usr/bin/systemd-notify
58/usr/bin/systemd-nspawn
59/usr/bin/systemd-run
60/usr/bin/systemd-stdio-bridge
61/usr/bin/systemd-tmpfiles
62/usr/bin/systemd-tty-ask-password-agent
63/usr/bin/timedatectl
64
65# systemd needs dbus
66/usr/bin/dbus-daemon
67/usr/bin/dbus-launch
68/etc/dbus-1
69
70/sbin/udevstart.static
71/sbin/udev_volume_id
72/sbin/start_udev
73/sbin/udev
74/sbin/create_static_dev_nodes
75/sbin/consoletype
76
77# On Mandriva/Mageia at least
78/etc/makedev.d
79/sbin/makedev
Note: See TracBrowser for help on using the repository browser.