source: MondoRescue/branches/3.3/mindi/deplist.d/udev.conf@ 3693

Last change on this file since 3693 was 3682, checked in by Bruno Cornec, 7 years ago

Adds support for OpenSUSE 42 Leap for dbus paths under /bin (based on a patch from Stanislav Tokoš stanislav.tokos_atiba-group.com)

File size: 1.9 KB
RevLine 
[1759]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
[1789]12/sbin/udevtrigger
[2148]13/sbin/udevsettle
[2964]14/sbin/udevadm
15/sbin/udev.static
16/sbin/udevsend
[3283]17/sbin/biosdevname
[2964]18/etc/udev
19/etc/hotplug.d
20
[3281]21/usr/sbin/dmeventd
[3283]22/usr/bin/systemctl
[3281]23
[2964]24# On ArchLinux
25/usr/bin/udevadm
26/usr/bin/udevd
27
[3172]28# Systemd
[3274]29/etc/systemd
30/usr/lib/systemd
[3489]31/lib/systemd
[3274]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
[3172]67
[3274]68# systemd needs dbus
69/usr/bin/dbus-daemon
[3682]70/bin/dbus-daemon
[3274]71/usr/bin/dbus-launch
[3682]72/bin/dbus-launch
[3274]73/etc/dbus-1
[3284]74/usr/share/dbus-1
75/var/run/dbus
76/usr/lib64/dbus-1
77/usr/bin/dbus-binding-tool
[3682]78/bin/dbus-binding-tool
[3284]79/usr/bin/dbus-cleanup-sockets
[3682]80/bin/dbus-cleanup-sockets
[3284]81/usr/bin/dbus-monitor
[3682]82/bin/dbus-monitor
[3284]83/usr/bin/dbus-send
[3682]84/bin/dbus-send
[3284]85/usr/bin/dbus-uuidgen
[3682]86/bin/dbus-uuidgen
[3274]87
[2964]88/sbin/udevstart.static
89/sbin/udev_volume_id
90/sbin/start_udev
91/sbin/udev
[2082]92/sbin/create_static_dev_nodes
[2995]93/sbin/consoletype
[2964]94
[2995]95# On Mandriva/Mageia at least
96/etc/makedev.d
97/sbin/makedev
[3632]98
99# Conf file
100/etc/sysconfig/udev
Note: See TracBrowser for help on using the repository browser.